Html Css Color HEX #222AD7 Persian Blue

📋 copy color: '#222AD7'

red 34 ◦ green 42 ◦ blue 215

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

Shades of Persian Blue #222AD7

Tints of Persian Blue #222AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 73.88%

R = 11.68%
G = 14.43%
B = 73.88%

CMYK

 C value IS 0.84

 M value IS 0.80

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#222AD7 (or 0x222AD7) is known color: Persian Blue. HEX triplet: 22, 2A and D7. RGB value is (34,42,215). Sum of RGB (Red+Green+Blue) = 34+42+215=291 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.68% from 291); Green value is 42 (16.80% from 255 or 14.43% from 291); Blue value is 215 (84.38% from 255 or 73.88% from 291); Max value from RGB is 215 - color contains mainly: blue. Hex color #222AD7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222AD7 is #DDD528. Grayscale: #3A3A3A. Windows color (decimal): -14538025 or 14101026. OLE color: 14101026.

HSL color Cylindrical-coordinate representation of color #222AD7: hue angle of 237.35º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #222AD7 is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 34 42 215 -
CMYK 0.84 0.80 0 0.16
HSL 237.35º 0.73% 0.49% -
HSV(B) 237.35º 0.84% 0.84% -
XYZ 13.75 6.9 64.9 -
YUV 59.33 215.85 109.93 -
System Red Green Blue C M Y K H S L
Decimal 34 42 215 0.84 0.80 0 0.16 237.35 0.73 0.49
Hex 22 2A D7 54 50 0 10 ED 49 31
Octal 42 52 327 124 120 0 20 355 111 61
Binary 100010 101010 11010111 1010100 1010000 0 10000 11101101 1001001 110001

Color Harmonies of #222AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222AD7

Black with #222AD7

Text Example


Text Example

White with #222AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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