Html Css Color HEX #334CAA Cerulean Blue

📋 copy color: '#334CAA'

red 51 ◦ green 76 ◦ blue 170

#334CAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #334CAA

Tints of Cerulean Blue #334CAA

RGB

 RED value IS 51 (20.31% from 255) = 17.17%

 GREEN value IS 76 (30.08% from 255) = 25.59%

 BLUE value IS 170 (66.8% from 255) = 57.24%

R = 17.17%
G = 25.59%
B = 57.24%

CMYK

 C value IS 0.7

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#334CAA (or 0x334CAA) is known color: Cerulean Blue. HEX triplet: 33, 4C and AA. RGB value is (51,76,170). Sum of RGB (Red+Green+Blue) = 51+76+170=297 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.17% from 297); Green value is 76 (30.08% from 255 or 25.59% from 297); Blue value is 170 (66.80% from 255 or 57.24% from 297); Max value from RGB is 170 - color contains mainly: blue. Hex color #334CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334CAA is #CCB355. Grayscale: #4E4E4E. Windows color (decimal): -13415254 or 11160627. OLE color: 11160627.

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

Color convert

RGB 51 76 170 -
CMYK 0.7 0.55 0 0.33
HSL 227.4º 0.54% 0.43% -
HSV(B) 227.4º 0.7% 0.67% -
XYZ 11.21 8.77 39.13 -
YUV 79.24 179.22 107.86 -
System Red Green Blue C M Y K H S L
Decimal 51 76 170 0.7 0.55 0 0.33 227.4 0.54 0.43
Hex 33 4C AA 46 37 0 21 E3 36 2B
Octal 63 114 252 106 67 0 41 343 66 53
Binary 110011 1001100 10101010 1000110 110111 0 100001 11100011 110110 101011

Color Harmonies of #334CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334CAA

Black with #334CAA

Text Example


Text Example

White with #334CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #334CAA;
 }
 .AnyTagClassName
 {
   color: #334CAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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