Html Css Color HEX #222BAB Persian Blue

📋 copy color: '#222BAB'

red 34 ◦ green 43 ◦ blue 171

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

Shades of Persian Blue #222BAB

Tints of Persian Blue #222BAB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.34%

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

R = 13.71%
G = 17.34%
B = 68.95%

CMYK

 C value IS 0.80

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#222BAB (or 0x222BAB) is known color: Persian Blue. HEX triplet: 22, 2B and AB. RGB value is (34,43,171). Sum of RGB (Red+Green+Blue) = 34+43+171=248 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.71% from 248); Green value is 43 (17.19% from 255 or 17.34% from 248); Blue value is 171 (67.19% from 255 or 68.95% from 248); Max value from RGB is 171 - color contains mainly: blue. Hex color #222BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222BAB is #DDD454. Grayscale: #363636. Windows color (decimal): -14537813 or 11217698. OLE color: 11217698.

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

Color convert

RGB 34 43 171 -
CMYK 0.80 0.75 0 0.33
HSL 236.06º 0.67% 0.4% -
HSV(B) 236.06º 0.8% 0.67% -
XYZ 8.87 5.01 39.03 -
YUV 54.9 193.52 113.09 -
System Red Green Blue C M Y K H S L
Decimal 34 43 171 0.80 0.75 0 0.33 236.06 0.67 0.4
Hex 22 2B AB 50 4B 0 21 EC 43 28
Octal 42 53 253 120 113 0 41 354 103 50
Binary 100010 101011 10101011 1010000 1001011 0 100001 11101100 1000011 101000

Color Harmonies of #222BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222BAB

Black with #222BAB

Text Example


Text Example

White with #222BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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