#314EAB

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

Shades of Cerulean Blue #314EAB

Tints of Cerulean Blue #314EAB

Color information

#314EAB (or 0x314EAB) is unknown color: approx Cerulean Blue. HEX triplet: 31, 4E and AB. RGB value is (49,78,171). Sum of RGB (Red+Green+Blue) = 49+78+171=298 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.44% from 298); Green value is 78 (30.86% from 255 or 26.17% from 298); Blue value is 171 (67.19% from 255 or 57.38% from 298); Max value from RGB is 171 - color contains mainly: blue. Hex color #314EAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #314EAB is #CEB154. Grayscale: #4F4F4F. Windows color (decimal): -13545813 or 11226673. OLE color: 11226673.

HSL color Cylindrical-coordinate representation of color #314EAB: hue angle of 225.74º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #314EAB is Cyan = 0.71, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4978171-
CMYK0.710.5400.33
HSL225.74º55.45%43.14%-
HSV(B)225.74º71.35%67.06%-
XYZ11.349.0439.68-
YUV79.93179.39105.94-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.44%
GREEN value IS 78 (30.86% from 255) = 26.17%
BLUE value IS 171 (67.19% from 255) = 57.38%
R=16.44%
G=26.17%
B=57.38%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal49781710.710.5400.33225.7455.4543.14
Hex314EAB4736021e2372b
Octal61116253107660413426753
Binary1100011001110101010111000111110110010000111100010110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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