#334DAA

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

Shades of Cerulean Blue #334DAA

Tints of Cerulean Blue #334DAA

Color information

#334DAA (or 0x334DAA) is unknown color: approx Cerulean Blue. HEX triplet: 33, 4D and AA. RGB value is (51,77,170). Sum of RGB (Red+Green+Blue) = 51+77+170=298 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.11% from 298); Green value is 77 (30.47% from 255 or 25.84% from 298); Blue value is 170 (66.80% from 255 or 57.05% from 298); Max value from RGB is 170 - color contains mainly: blue. Hex color #334DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #334DAA is #CCB255. Grayscale: #4F4F4F. Windows color (decimal): -13414998 or 11160883. OLE color: 11160883.

HSL color Cylindrical-coordinate representation of color #334DAA: hue angle of 226.89º 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 #334DAA is Cyan = 0.7, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5177170-
CMYK0.70.5500.33
HSL226.89º53.85%43.33%-
HSV(B)226.89º70%66.67%-
XYZ11.278.9139.16-
YUV79.83178.89107.44-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.11%
GREEN value IS 77 (30.47% from 255) = 25.84%
BLUE value IS 170 (66.80% from 255) = 57.05%
R=17.11%
G=25.84%
B=57.05%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal51771700.70.5500.33226.8953.8543.33
Hex334DAA4637021e3362b
Octal63115252106670413436653
Binary1100111001101101010101000110110111010000111100011110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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