Html Css Color HEX #224AAC Cerulean Blue

📋 copy color: '#224AAC'

red 34 ◦ green 74 ◦ blue 172

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

Shades of Cerulean Blue #224AAC

Tints of Cerulean Blue #224AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 61.43%

R = 12.14%
G = 26.43%
B = 61.43%

CMYK

 C value IS 0.80

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#224AAC (or 0x224AAC) is known color: Cerulean Blue. HEX triplet: 22, 4A and AC. RGB value is (34,74,172). Sum of RGB (Red+Green+Blue) = 34+74+172=280 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.14% from 280); Green value is 74 (29.30% from 255 or 26.43% from 280); Blue value is 172 (67.58% from 255 or 61.43% from 280); Max value from RGB is 172 - color contains mainly: blue. Hex color #224AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224AAC is #DDB553. Grayscale: #484848. Windows color (decimal): -14529876 or 11291170. OLE color: 11291170.

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

Color convert

RGB 34 74 172 -
CMYK 0.80 0.57 0 0.33
HSL 222.61º 0.67% 0.4% -
HSV(B) 222.61º 0.8% 0.67% -
XYZ 10.55 8.22 40.06 -
YUV 73.21 183.75 100.03 -
System Red Green Blue C M Y K H S L
Decimal 34 74 172 0.80 0.57 0 0.33 222.61 0.67 0.4
Hex 22 4A AC 50 39 0 21 DF 43 28
Octal 42 112 254 120 71 0 41 337 103 50
Binary 100010 1001010 10101100 1010000 111001 0 100001 11011111 1000011 101000

Color Harmonies of #224AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224AAC

Black with #224AAC

Text Example


Text Example

White with #224AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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