#334AAF

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

Shades of Cerulean Blue #334AAF

Tints of Cerulean Blue #334AAF

Color information

#334AAF (or 0x334AAF) is unknown color: approx Cerulean Blue. HEX triplet: 33, 4A and AF. RGB value is (51,74,175). Sum of RGB (Red+Green+Blue) = 51+74+175=300 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17% from 300); Green value is 74 (29.30% from 255 or 24.67% from 300); Blue value is 175 (68.75% from 255 or 58.33% from 300); Max value from RGB is 175 - color contains mainly: blue. Hex color #334AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334AAF is #CCB550. Grayscale: #4E4E4E. Windows color (decimal): -13415761 or 11487795. OLE color: 11487795.

HSL color Cylindrical-coordinate representation of color #334AAF: hue angle of 228.87º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #334AAF is Cyan = 0.71, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5174175-
CMYK0.710.5800.31
HSL228.87º54.87%44.31%-
HSV(B)228.87º70.86%68.63%-
XYZ11.558.741.63-
YUV78.64182.38108.29-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17%
GREEN value IS 74 (29.30% from 255) = 24.67%
BLUE value IS 175 (68.75% from 255) = 58.33%
R=17%
G=24.67%
B=58.33%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal51741750.710.5800.31228.8754.8744.31
Hex334AAF473A01Fe5372c
Octal63112257107720373456754
Binary110011100101010101111100011111101001111111100101110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,74,175); }

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

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

 a { background-color: rgb(51,74,175); }

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

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

 span { border-color: rgb(51,74,175); }

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