Html Css Color HEX #224CAC Cerulean Blue

📋 copy color: '#224CAC'

red 34 ◦ green 76 ◦ blue 172

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

Shades of Cerulean Blue #224CAC

Tints of Cerulean Blue #224CAC

RGB

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

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

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

R = 12.06%
G = 26.95%
B = 60.99%

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

#224CAC (or 0x224CAC) is known color: Cerulean Blue. HEX triplet: 22, 4C and AC. RGB value is (34,76,172). Sum of RGB (Red+Green+Blue) = 34+76+172=282 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.06% from 282); Green value is 76 (30.08% from 255 or 26.95% from 282); Blue value is 172 (67.58% from 255 or 60.99% from 282); Max value from RGB is 172 - color contains mainly: blue. Hex color #224CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224CAC is #DDB353. Grayscale: #494949. Windows color (decimal): -14529364 or 11291682. OLE color: 11291682.

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

Color convert

RGB 34 76 172 -
CMYK 0.80 0.56 0 0.33
HSL 221.74º 0.67% 0.4% -
HSV(B) 221.74º 0.8% 0.67% -
XYZ 10.69 8.49 40.1 -
YUV 74.39 183.09 99.19 -
System Red Green Blue C M Y K H S L
Decimal 34 76 172 0.80 0.56 0 0.33 221.74 0.67 0.4
Hex 22 4C AC 50 38 0 21 DE 43 28
Octal 42 114 254 120 70 0 41 336 103 50
Binary 100010 1001100 10101100 1010000 111000 0 100001 11011110 1000011 101000

Color Harmonies of #224CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224CAC

Black with #224CAC

Text Example


Text Example

White with #224CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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