#314FA7

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

Shades of Cerulean Blue #314FA7

Tints of Cerulean Blue #314FA7

Color information

#314FA7 (or 0x314FA7) is unknown color: approx Cerulean Blue. HEX triplet: 31, 4F and A7. RGB value is (49,79,167). Sum of RGB (Red+Green+Blue) = 49+79+167=295 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.61% from 295); Green value is 79 (31.25% from 255 or 26.78% from 295); Blue value is 167 (65.62% from 255 or 56.61% from 295); Max value from RGB is 167 - color contains mainly: blue. Hex color #314FA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #314FA7 is #CEB058. Grayscale: #4F4F4F. Windows color (decimal): -13545561 or 10964785. OLE color: 10964785.

HSL color Cylindrical-coordinate representation of color #314FA7: hue angle of 224.75º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #314FA7 is Cyan = 0.71, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB4979167-
CMYK0.710.5300.35
HSL224.75º54.63%42.35%-
HSV(B)224.75º70.66%65.49%-
XYZ11.049.0337.72-
YUV80.06177.06105.84-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.61%
GREEN value IS 79 (31.25% from 255) = 26.78%
BLUE value IS 167 (65.62% from 255) = 56.61%
R=16.61%
G=26.78%
B=56.61%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal49791670.710.5300.35224.7554.6342.35
Hex314FA74735023e1372a
Octal61117247107650433416752
Binary1100011001111101001111000111110101010001111100001110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,79,167); }

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

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

 a { background-color: rgb(49,79,167); }

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

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

 span { border-color: rgb(49,79,167); }

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