Html Css Color HEX #224BAB Cerulean Blue

📋 copy color: '#224BAB'

red 34 ◦ green 75 ◦ blue 171

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

Shades of Cerulean Blue #224BAB

Tints of Cerulean Blue #224BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 61.07%

R = 12.14%
G = 26.79%
B = 61.07%

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

#224BAB (or 0x224BAB) is known color: Cerulean Blue. HEX triplet: 22, 4B and AB. RGB value is (34,75,171). Sum of RGB (Red+Green+Blue) = 34+75+171=280 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.14% from 280); Green value is 75 (29.69% from 255 or 26.79% from 280); Blue value is 171 (67.19% from 255 or 61.07% from 280); Max value from RGB is 171 - color contains mainly: blue. Hex color #224BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224BAB is #DDB454. Grayscale: #494949. Windows color (decimal): -14529621 or 11225890. OLE color: 11225890.

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

Color convert

RGB 34 75 171 -
CMYK 0.80 0.56 0 0.33
HSL 222.04º 0.67% 0.4% -
HSV(B) 222.04º 0.8% 0.67% -
XYZ 10.53 8.31 39.58 -
YUV 73.69 182.92 99.69 -
System Red Green Blue C M Y K H S L
Decimal 34 75 171 0.80 0.56 0 0.33 222.04 0.67 0.4
Hex 22 4B AB 50 38 0 21 DE 43 28
Octal 42 113 253 120 70 0 41 336 103 50
Binary 100010 1001011 10101011 1010000 111000 0 100001 11011110 1000011 101000

Color Harmonies of #224BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224BAB

Black with #224BAB

Text Example


Text Example

White with #224BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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