Html Css Color HEX #224CAA Cerulean Blue

📋 copy color: '#224CAA'

red 34 ◦ green 76 ◦ blue 170

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

Shades of Cerulean Blue #224CAA

Tints of Cerulean Blue #224CAA

RGB

 RED value IS 34 (13.67% from 255) = 12.14%

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

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

R = 12.14%
G = 27.14%
B = 60.71%

CMYK

 C value IS 0.80

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#224CAA (or 0x224CAA) is known color: Cerulean Blue. HEX triplet: 22, 4C and AA. RGB value is (34,76,170). Sum of RGB (Red+Green+Blue) = 34+76+170=280 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.14% from 280); Green value is 76 (30.08% from 255 or 27.14% from 280); Blue value is 170 (66.80% from 255 or 60.71% from 280); Max value from RGB is 170 - color contains mainly: blue. Hex color #224CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224CAA is #DDB355. Grayscale: #494949. Windows color (decimal): -14529366 or 11160610. OLE color: 11160610.

HSL color Cylindrical-coordinate representation of color #224CAA: hue angle of 221.47º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #224CAA is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 34 76 170 -
CMYK 0.80 0.55 0 0.33
HSL 221.47º 0.67% 0.4% -
HSV(B) 221.47º 0.8% 0.67% -
XYZ 10.5 8.41 39.1 -
YUV 74.16 182.09 99.36 -
System Red Green Blue C M Y K H S L
Decimal 34 76 170 0.80 0.55 0 0.33 221.47 0.67 0.4
Hex 22 4C AA 50 37 0 21 DD 43 28
Octal 42 114 252 120 67 0 41 335 103 50
Binary 100010 1001100 10101010 1010000 110111 0 100001 11011101 1000011 101000

Color Harmonies of #224CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224CAA

Black with #224CAA

Text Example


Text Example

White with #224CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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