#314EB7

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

Shades of Cerulean Blue #314EB7

Tints of Cerulean Blue #314EB7

Color information

#314EB7 (or 0x314EB7) is unknown color: approx Cerulean Blue. HEX triplet: 31, 4E and B7. RGB value is (49,78,183). Sum of RGB (Red+Green+Blue) = 49+78+183=310 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.81% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 183 (71.88% from 255 or 59.03% from 310); Max value from RGB is 183 - color contains mainly: blue. Hex color #314EB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #314EB7 is #CEB148. Grayscale: #505050. Windows color (decimal): -13545801 or 12013105. OLE color: 12013105.

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

Color convert

RGB4978183-
CMYK0.730.5700.28
HSL227.01º57.76%45.49%-
HSV(B)227.01º73.22%71.76%-
XYZ12.549.5245.98-
YUV81.3185.39104.96-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.81%
GREEN value IS 78 (30.86% from 255) = 25.16%
BLUE value IS 183 (71.88% from 255) = 59.03%
R=15.81%
G=25.16%
B=59.03%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal49781830.730.5700.28227.0157.7645.49
Hex314EB7493901Ce33a2d
Octal61116267111710343437255
Binary110001100111010110111100100111100101110011100011111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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