#314EBD

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

Shades of Cerulean Blue #314EBD

Tints of Cerulean Blue #314EBD

Color information

#314EBD (or 0x314EBD) is unknown color: approx Cerulean Blue. HEX triplet: 31, 4E and BD. RGB value is (49,78,189). Sum of RGB (Red+Green+Blue) = 49+78+189=316 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.51% from 316); Green value is 78 (30.86% from 255 or 24.68% from 316); Blue value is 189 (74.22% from 255 or 59.81% from 316); Max value from RGB is 189 - color contains mainly: blue. Hex color #314EBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #314EBD is #CEB142. Grayscale: #515151. Windows color (decimal): -13545795 or 12406321. OLE color: 12406321.

HSL color Cylindrical-coordinate representation of color #314EBD: hue angle of 227.57º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #314EBD is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4978189-
CMYK0.740.5900.26
HSL227.57º58.82%46.67%-
HSV(B)227.57º74.07%74.12%-
XYZ13.189.7849.34-
YUV81.98188.39104.47-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.51%
GREEN value IS 78 (30.86% from 255) = 24.68%
BLUE value IS 189 (74.22% from 255) = 59.81%
R=15.51%
G=24.68%
B=59.81%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal49781890.740.5900.26227.5758.8246.67
Hex314EBD4A3B01Ae43b2f
Octal61116275112730323447357
Binary110001100111010111101100101011101101101011100100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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