#314EB4

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

Shades of Cerulean Blue #314EB4

Tints of Cerulean Blue #314EB4

Color information

#314EB4 (or 0x314EB4) is unknown color: approx Cerulean Blue. HEX triplet: 31, 4E and B4. RGB value is (49,78,180). Sum of RGB (Red+Green+Blue) = 49+78+180=307 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.96% from 307); Green value is 78 (30.86% from 255 or 25.41% from 307); Blue value is 180 (70.70% from 255 or 58.63% from 307); Max value from RGB is 180 - color contains mainly: blue. Hex color #314EB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #314EB4 is #CEB14B. Grayscale: #505050. Windows color (decimal): -13545804 or 11816497. OLE color: 11816497.

HSL color Cylindrical-coordinate representation of color #314EB4: hue angle of 226.72º degrees, saturation: 0.57, 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 #314EB4 is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB4978180-
CMYK0.730.5700.29
HSL226.72º57.21%44.9%-
HSV(B)226.72º72.78%70.59%-
XYZ12.239.444.35-
YUV80.96183.89105.21-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.96%
GREEN value IS 78 (30.86% from 255) = 25.41%
BLUE value IS 180 (70.70% from 255) = 58.63%
R=15.96%
G=25.41%
B=58.63%

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
Decimal49781800.730.5700.29226.7257.2144.9
Hex314EB4493901De3392d
Octal61116264111710353437155
Binary110001100111010110100100100111100101110111100011111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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