Html Css Color HEX #222ABE Persian Blue

📋 copy color: '#222ABE'

red 34 ◦ green 42 ◦ blue 190

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

Shades of Persian Blue #222ABE

Tints of Persian Blue #222ABE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.79%

 BLUE value IS 190 (74.61% from 255) = 71.43%

R = 12.78%
G = 15.79%
B = 71.43%

CMYK

 C value IS 0.82

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#222ABE (or 0x222ABE) is known color: Persian Blue. HEX triplet: 22, 2A and BE. RGB value is (34,42,190). Sum of RGB (Red+Green+Blue) = 34+42+190=266 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.78% from 266); Green value is 42 (16.80% from 255 or 15.79% from 266); Blue value is 190 (74.61% from 255 or 71.43% from 266); Max value from RGB is 190 - color contains mainly: blue. Hex color #222ABE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222ABE is #DDD541. Grayscale: #373737. Windows color (decimal): -14538050 or 12462626. OLE color: 12462626.

HSL color Cylindrical-coordinate representation of color #222ABE: hue angle of 236.92º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #222ABE is Cyan = 0.82, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 34 42 190 -
CMYK 0.82 0.78 0 0.25
HSL 236.92º 0.7% 0.44% -
HSV(B) 236.92º 0.82% 0.75% -
XYZ 10.78 5.71 49.25 -
YUV 56.48 203.35 111.97 -
System Red Green Blue C M Y K H S L
Decimal 34 42 190 0.82 0.78 0 0.25 236.92 0.7 0.44
Hex 22 2A BE 52 4E 0 19 ED 46 2C
Octal 42 52 276 122 116 0 31 355 106 54
Binary 100010 101010 10111110 1010010 1001110 0 11001 11101101 1000110 101100

Color Harmonies of #222ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222ABE

Black with #222ABE

Text Example


Text Example

White with #222ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,42,190); }

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

background-color css

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

 a { background-color: rgb(34,42,190); }

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

border-color css

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

 span { border-color: rgb(34,42,190); }

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