Html Css Color HEX #222BAC Persian Blue

📋 copy color: '#222BAC'

red 34 ◦ green 43 ◦ blue 172

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

Shades of Persian Blue #222BAC

Tints of Persian Blue #222BAC

RGB

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

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

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

R = 13.65%
G = 17.27%
B = 69.08%

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

#222BAC (or 0x222BAC) is known color: Persian Blue. HEX triplet: 22, 2B and AC. RGB value is (34,43,172). Sum of RGB (Red+Green+Blue) = 34+43+172=249 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.65% from 249); Green value is 43 (17.19% from 255 or 17.27% from 249); Blue value is 172 (67.58% from 255 or 69.08% from 249); Max value from RGB is 172 - color contains mainly: blue. Hex color #222BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222BAC is #DDD453. Grayscale: #363636. Windows color (decimal): -14537812 or 11283234. OLE color: 11283234.

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

Color convert

RGB 34 43 172 -
CMYK 0.80 0.75 0 0.33
HSL 236.09º 0.67% 0.4% -
HSV(B) 236.09º 0.8% 0.67% -
XYZ 8.97 5.05 39.53 -
YUV 55.02 194.02 113.01 -
System Red Green Blue C M Y K H S L
Decimal 34 43 172 0.80 0.75 0 0.33 236.09 0.67 0.4
Hex 22 2B AC 50 4B 0 21 EC 43 28
Octal 42 53 254 120 113 0 41 354 103 50
Binary 100010 101011 10101100 1010000 1001011 0 100001 11101100 1000011 101000

Color Harmonies of #222BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222BAC

Black with #222BAC

Text Example


Text Example

White with #222BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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