#334EAA

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

Shades of Cerulean Blue #334EAA

Tints of Cerulean Blue #334EAA

Color information

#334EAA (or 0x334EAA) is unknown color: approx Cerulean Blue. HEX triplet: 33, 4E and AA. RGB value is (51,78,170). Sum of RGB (Red+Green+Blue) = 51+78+170=299 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.06% from 299); Green value is 78 (30.86% from 255 or 26.09% from 299); Blue value is 170 (66.80% from 255 or 56.86% from 299); Max value from RGB is 170 - color contains mainly: blue. Hex color #334EAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #334EAA is #CCB155. Grayscale: #505050. Windows color (decimal): -13414742 or 11161139. OLE color: 11161139.

HSL color Cylindrical-coordinate representation of color #334EAA: hue angle of 226.39º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #334EAA is Cyan = 0.7, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5178170-
CMYK0.70.5400.33
HSL226.39º53.85%43.33%-
HSV(B)226.39º70%66.67%-
XYZ11.359.0539.18-
YUV80.41178.55107.02-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.06%
GREEN value IS 78 (30.86% from 255) = 26.09%
BLUE value IS 170 (66.80% from 255) = 56.86%
R=17.06%
G=26.09%
B=56.86%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal51781700.70.5400.33226.3953.8543.33
Hex334EAA4636021e2362b
Octal63116252106660413426653
Binary1100111001110101010101000110110110010000111100010110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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