Html Css Color HEX #222CAC Persian Blue

📋 copy color: '#222CAC'

red 34 ◦ green 44 ◦ blue 172

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

Shades of Persian Blue #222CAC

Tints of Persian Blue #222CAC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.6%

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

R = 13.6%
G = 17.6%
B = 68.8%

CMYK

 C value IS 0.80

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#222CAC (or 0x222CAC) is known color: Persian Blue. HEX triplet: 22, 2C and AC. RGB value is (34,44,172). Sum of RGB (Red+Green+Blue) = 34+44+172=250 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.6% from 250); Green value is 44 (17.58% from 255 or 17.6% from 250); Blue value is 172 (67.58% from 255 or 68.8% from 250); Max value from RGB is 172 - color contains mainly: blue. Hex color #222CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222CAC is #DDD353. Grayscale: #373737. Windows color (decimal): -14537556 or 11283490. OLE color: 11283490.

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

Color convert

RGB 34 44 172 -
CMYK 0.80 0.74 0 0.33
HSL 235.65º 0.67% 0.4% -
HSV(B) 235.65º 0.8% 0.67% -
XYZ 9.01 5.12 39.54 -
YUV 55.6 193.69 112.59 -
System Red Green Blue C M Y K H S L
Decimal 34 44 172 0.80 0.74 0 0.33 235.65 0.67 0.4
Hex 22 2C AC 50 4A 0 21 EC 43 28
Octal 42 54 254 120 112 0 41 354 103 50
Binary 100010 101100 10101100 1010000 1001010 0 100001 11101100 1000011 101000

Color Harmonies of #222CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222CAC

Black with #222CAC

Text Example


Text Example

White with #222CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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