Html Css Color HEX #222EAC Persian Blue

📋 copy color: '#222EAC'

red 34 ◦ green 46 ◦ blue 172

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

Shades of Persian Blue #222EAC

Tints of Persian Blue #222EAC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.25%

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

R = 13.49%
G = 18.25%
B = 68.25%

CMYK

 C value IS 0.80

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#222EAC (or 0x222EAC) is known color: Persian Blue. HEX triplet: 22, 2E and AC. RGB value is (34,46,172). Sum of RGB (Red+Green+Blue) = 34+46+172=252 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.49% from 252); Green value is 46 (18.36% from 255 or 18.25% from 252); Blue value is 172 (67.58% from 255 or 68.25% from 252); Max value from RGB is 172 - color contains mainly: blue. Hex color #222EAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222EAC is #DDD153. Grayscale: #383838. Windows color (decimal): -14537044 or 11284002. OLE color: 11284002.

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

Color convert

RGB 34 46 172 -
CMYK 0.80 0.73 0 0.33
HSL 234.78º 0.67% 0.4% -
HSV(B) 234.78º 0.8% 0.67% -
XYZ 9.08 5.27 39.57 -
YUV 56.78 193.02 111.75 -
System Red Green Blue C M Y K H S L
Decimal 34 46 172 0.80 0.73 0 0.33 234.78 0.67 0.4
Hex 22 2E AC 50 49 0 21 EB 43 28
Octal 42 56 254 120 111 0 41 353 103 50
Binary 100010 101110 10101100 1010000 1001001 0 100001 11101011 1000011 101000

Color Harmonies of #222EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222EAC

Black with #222EAC

Text Example


Text Example

White with #222EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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