Html Css Color HEX #224AAA Cerulean Blue

📋 copy color: '#224AAA'

red 34 ◦ green 74 ◦ blue 170

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

Shades of Cerulean Blue #224AAA

Tints of Cerulean Blue #224AAA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.62%

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

R = 12.23%
G = 26.62%
B = 61.15%

CMYK

 C value IS 0.80

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#224AAA (or 0x224AAA) is known color: Cerulean Blue. HEX triplet: 22, 4A and AA. RGB value is (34,74,170). Sum of RGB (Red+Green+Blue) = 34+74+170=278 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.23% from 278); Green value is 74 (29.30% from 255 or 26.62% from 278); Blue value is 170 (66.80% from 255 or 61.15% from 278); Max value from RGB is 170 - color contains mainly: blue. Hex color #224AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224AAA is #DDB555. Grayscale: #484848. Windows color (decimal): -14529878 or 11160098. OLE color: 11160098.

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

Color convert

RGB 34 74 170 -
CMYK 0.80 0.56 0 0.33
HSL 222.35º 0.67% 0.4% -
HSV(B) 222.35º 0.8% 0.67% -
XYZ 10.36 8.14 39.06 -
YUV 72.98 182.75 100.19 -
System Red Green Blue C M Y K H S L
Decimal 34 74 170 0.80 0.56 0 0.33 222.35 0.67 0.4
Hex 22 4A AA 50 38 0 21 DE 43 28
Octal 42 112 252 120 70 0 41 336 103 50
Binary 100010 1001010 10101010 1010000 111000 0 100001 11011110 1000011 101000

Color Harmonies of #224AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224AAA

Black with #224AAA

Text Example


Text Example

White with #224AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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