#314EB6

Color #314EB6 Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #314EB6

Tints of Cerulean Blue #314EB6

Color information

#314EB6 (or 0x314EB6) is unknown color: approx Cerulean Blue. HEX triplet: 31, 4E and B6. RGB value is (49,78,182). Sum of RGB (Red+Green+Blue) = 49+78+182=309 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.86% from 309); Green value is 78 (30.86% from 255 or 25.24% from 309); Blue value is 182 (71.48% from 255 or 58.90% from 309); Max value from RGB is 182 - color contains mainly: blue. Hex color #314EB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #314EB6 is #CEB149. Grayscale: #505050. Windows color (decimal): -13545802 or 11947569. OLE color: 11947569.

HSL color Cylindrical-coordinate representation of color #314EB6: hue angle of 226.92º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #314EB6 is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB4978182-
CMYK0.730.5700.29
HSL226.92º57.58%45.29%-
HSV(B)226.92º73.08%71.37%-
XYZ12.439.4845.43-
YUV81.18184.89105.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.86%
GREEN value IS 78 (30.86% from 255) = 25.24%
BLUE value IS 182 (71.48% from 255) = 58.90%
R=15.86%
G=25.24%
B=58.90%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal49781820.730.5700.29226.9257.5845.29
Hex314EB6493901De33a2d
Octal61116266111710353437255
Binary110001100111010110110100100111100101110111100011111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314EB6; }

 p { color: rgb(49,78,182); }

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

<style>
 a { background-color: #314EB6; }

 a { background-color: rgb(49,78,182); }

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

<style>
 span { border-color: #314EB6; }

 span { border-color: rgb(49,78,182); }

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