#314DA4

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

Shades of Cerulean Blue #314DA4

Tints of Cerulean Blue #314DA4

Color information

#314DA4 (or 0x314DA4) is unknown color: approx Cerulean Blue. HEX triplet: 31, 4D and A4. RGB value is (49,77,164). Sum of RGB (Red+Green+Blue) = 49+77+164=290 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.90% from 290); Green value is 77 (30.47% from 255 or 26.55% from 290); Blue value is 164 (64.45% from 255 or 56.55% from 290); Max value from RGB is 164 - color contains mainly: blue. Hex color #314DA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #314DA4 is #CEB25B. Grayscale: #4E4E4E. Windows color (decimal): -13546076 or 10767665. OLE color: 10767665.

HSL color Cylindrical-coordinate representation of color #314DA4: hue angle of 225.39º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #314DA4 is Cyan = 0.70, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4977164-
CMYK0.700.5300.36
HSL225.39º53.99%41.76%-
HSV(B)225.39º70.12%64.31%-
XYZ10.628.6436.23-
YUV78.55176.22106.93-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.90%
GREEN value IS 77 (30.47% from 255) = 26.55%
BLUE value IS 164 (64.45% from 255) = 56.55%
R=16.90%
G=26.55%
B=56.55%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal49771640.700.5300.36225.3953.9941.76
Hex314DA44635024e1362a
Octal61115244106650443416652
Binary1100011001101101001001000110110101010010011100001110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,77,164); }

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

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

 a { background-color: rgb(49,77,164); }

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

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

 span { border-color: rgb(49,77,164); }

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