Html Css Color HEX #334BAA Cerulean Blue

📋 copy color: '#334BAA'

red 51 ◦ green 75 ◦ blue 170

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

Shades of Cerulean Blue #334BAA

Tints of Cerulean Blue #334BAA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.34%

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

R = 17.23%
G = 25.34%
B = 57.43%

CMYK

 C value IS 0.7

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#334BAA (or 0x334BAA) is known color: Cerulean Blue. HEX triplet: 33, 4B and AA. RGB value is (51,75,170). Sum of RGB (Red+Green+Blue) = 51+75+170=296 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.23% from 296); Green value is 75 (29.69% from 255 or 25.34% from 296); Blue value is 170 (66.80% from 255 or 57.43% from 296); Max value from RGB is 170 - color contains mainly: blue. Hex color #334BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334BAA is #CCB455. Grayscale: #4E4E4E. Windows color (decimal): -13415510 or 11160371. OLE color: 11160371.

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

Color convert

RGB 51 75 170 -
CMYK 0.7 0.56 0 0.33
HSL 227.9º 0.54% 0.43% -
HSV(B) 227.9º 0.7% 0.67% -
XYZ 11.14 8.64 39.11 -
YUV 78.65 179.55 108.28 -
System Red Green Blue C M Y K H S L
Decimal 51 75 170 0.7 0.56 0 0.33 227.9 0.54 0.43
Hex 33 4B AA 46 38 0 21 E4 36 2B
Octal 63 113 252 106 70 0 41 344 66 53
Binary 110011 1001011 10101010 1000110 111000 0 100001 11100100 110110 101011

Color Harmonies of #334BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334BAA

Black with #334BAA

Text Example


Text Example

White with #334BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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