#334EA6

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

Shades of Cerulean Blue #334EA6

Tints of Cerulean Blue #334EA6

Color information

#334EA6 (or 0x334EA6) is unknown color: approx Cerulean Blue. HEX triplet: 33, 4E and A6. RGB value is (51,78,166). Sum of RGB (Red+Green+Blue) = 51+78+166=295 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.29% from 295); Green value is 78 (30.86% from 255 or 26.44% from 295); Blue value is 166 (65.23% from 255 or 56.27% from 295); Max value from RGB is 166 - color contains mainly: blue. Hex color #334EA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #334EA6 is #CCB159. Grayscale: #4F4F4F. Windows color (decimal): -13414746 or 10898995. OLE color: 10898995.

HSL color Cylindrical-coordinate representation of color #334EA6: hue angle of 225.91º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #334EA6 is Cyan = 0.69, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB5178166-
CMYK0.690.5300.35
HSL225.91º53%42.55%-
HSV(B)225.91º69.28%65.1%-
XYZ10.978.9137.22-
YUV79.96176.55107.34-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.29%
GREEN value IS 78 (30.86% from 255) = 26.44%
BLUE value IS 166 (65.23% from 255) = 56.27%
R=17.29%
G=26.44%
B=56.27%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal51781660.690.5300.35225.915342.55
Hex334EA64535023e2352b
Octal63116246105650433426553
Binary1100111001110101001101000101110101010001111100010110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334EA6; }

 p { color: rgb(51,78,166); }

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

<style>
 a { background-color: #334EA6; }

 a { background-color: rgb(51,78,166); }

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

<style>
 span { border-color: #334EA6; }

 span { border-color: rgb(51,78,166); }

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