#314DB8

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

Shades of Cerulean Blue #314DB8

Tints of Cerulean Blue #314DB8

Color information

#314DB8 (or 0x314DB8) is unknown color: approx Cerulean Blue. HEX triplet: 31, 4D and B8. RGB value is (49,77,184). Sum of RGB (Red+Green+Blue) = 49+77+184=310 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.81% from 310); Green value is 77 (30.47% from 255 or 24.84% from 310); Blue value is 184 (72.27% from 255 or 59.35% from 310); Max value from RGB is 184 - color contains mainly: blue. Hex color #314DB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #314DB8 is #CEB247. Grayscale: #505050. Windows color (decimal): -13546056 or 12078385. OLE color: 12078385.

HSL color Cylindrical-coordinate representation of color #314DB8: hue angle of 227.56º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #314DB8 is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB4977184-
CMYK0.730.5800.28
HSL227.56º57.94%45.69%-
HSV(B)227.56º73.37%72.16%-
XYZ12.579.4246.5-
YUV80.83186.22105.3-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.81%
GREEN value IS 77 (30.47% from 255) = 24.84%
BLUE value IS 184 (72.27% from 255) = 59.35%
R=15.81%
G=24.84%
B=59.35%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal49771840.730.5800.28227.5657.9445.69
Hex314DB8493A01Ce43a2e
Octal61115270111720343447256
Binary110001100110110111000100100111101001110011100100111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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