Html Css Color HEX #224BAC Cerulean Blue

📋 copy color: '#224BAC'

red 34 ◦ green 75 ◦ blue 172

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

Shades of Cerulean Blue #224BAC

Tints of Cerulean Blue #224BAC

RGB

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

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

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

R = 12.1%
G = 26.69%
B = 61.21%

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

#224BAC (or 0x224BAC) is known color: Cerulean Blue. HEX triplet: 22, 4B and AC. RGB value is (34,75,172). Sum of RGB (Red+Green+Blue) = 34+75+172=281 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.10% from 281); Green value is 75 (29.69% from 255 or 26.69% from 281); Blue value is 172 (67.58% from 255 or 61.21% from 281); Max value from RGB is 172 - color contains mainly: blue. Hex color #224BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224BAC is #DDB453. Grayscale: #494949. Windows color (decimal): -14529620 or 11291426. OLE color: 11291426.

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

Color convert

RGB 34 75 172 -
CMYK 0.80 0.56 0 0.33
HSL 222.17º 0.67% 0.4% -
HSV(B) 222.17º 0.8% 0.67% -
XYZ 10.62 8.35 40.08 -
YUV 73.8 183.42 99.61 -
System Red Green Blue C M Y K H S L
Decimal 34 75 172 0.80 0.56 0 0.33 222.17 0.67 0.4
Hex 22 4B AC 50 38 0 21 DE 43 28
Octal 42 113 254 120 70 0 41 336 103 50
Binary 100010 1001011 10101100 1010000 111000 0 100001 11011110 1000011 101000

Color Harmonies of #224BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224BAC

Black with #224BAC

Text Example


Text Example

White with #224BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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