#3456E0

Color #3456E0 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #3456E0

Tints of Royal Blue #3456E0

Color information

#3456E0 (or 0x3456E0) is unknown color: approx Royal Blue. HEX triplet: 34, 56 and E0. RGB value is (52,86,224). Sum of RGB (Red+Green+Blue) = 52+86+224=362 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.36% from 362); Green value is 86 (33.98% from 255 or 23.76% from 362); Blue value is 224 (87.89% from 255 or 61.88% from 362); Max value from RGB is 224 - color contains mainly: blue. Hex color #3456E0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3456E0 is #CBA91F. Grayscale: #5A5A5A. Windows color (decimal): -13347104 or 14702132. OLE color: 14702132.

HSL color Cylindrical-coordinate representation of color #3456E0: hue angle of 228.14º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3456E0 is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB5286224-
CMYK0.770.6200.12
HSL228.14º73.5%54.12%-
HSV(B)228.14º76.79%87.84%-
XYZ18.212.7772.03-
YUV91.57202.7499.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 14.36%
GREEN value IS 86 (33.98% from 255) = 23.76%
BLUE value IS 224 (87.89% from 255) = 61.88%
R=14.36%
G=23.76%
B=61.88%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal52862240.770.6200.12228.1473.554.12
Hex3456E04D3E0Ce44a36
Octal641263401157601434411266
Binary110100101011011100000100110111111001100111001001001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3456E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3456E0; }

 p { color: rgb(52,86,224); }

 H1.HeaderClassName
 {
   color: #3456E0;
 }
 .AnyTagClassName
 {
   color: #3456E0;
 }
</style>
background-color css

<style>
 a { background-color: #3456E0; }

 a { background-color: rgb(52,86,224); }

 div.DivClassName
 {
   background-color: #3456E0;
 }
 .BgClassName
 {
   background-color: #3456E0;
 }
</style>
border-color css

<style>
 span { border-color: #3456E0; }

 span { border-color: rgb(52,86,224); }

 td.TdClassName
 {
   border-color: #3456E0;
 }
 .TagClassName
 {
   border-color: #3456E0;
 }
</style>