Html Css Color HEX #222ADB Persian Blue

📋 copy color: '#222ADB'

red 34 ◦ green 42 ◦ blue 219

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

Shades of Persian Blue #222ADB

Tints of Persian Blue #222ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 74.24%

R = 11.53%
G = 14.24%
B = 74.24%

CMYK

 C value IS 0.84

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#222ADB (or 0x222ADB) is known color: Persian Blue. HEX triplet: 22, 2A and DB. RGB value is (34,42,219). Sum of RGB (Red+Green+Blue) = 34+42+219=295 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.53% from 295); Green value is 42 (16.80% from 255 or 14.24% from 295); Blue value is 219 (85.94% from 255 or 74.24% from 295); Max value from RGB is 219 - color contains mainly: blue. Hex color #222ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222ADB is #DDD524. Grayscale: #3B3B3B. Windows color (decimal): -14538021 or 14363170. OLE color: 14363170.

HSL color Cylindrical-coordinate representation of color #222ADB: hue angle of 237.41º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #222ADB is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 34 42 219 -
CMYK 0.84 0.81 0 0.14
HSL 237.41º 0.73% 0.5% -
HSV(B) 237.41º 0.84% 0.86% -
XYZ 14.27 7.11 67.64 -
YUV 59.79 217.85 109.61 -
System Red Green Blue C M Y K H S L
Decimal 34 42 219 0.84 0.81 0 0.14 237.41 0.73 0.5
Hex 22 2A DB 54 51 0 E ED 49 32
Octal 42 52 333 124 121 0 16 355 111 62
Binary 100010 101010 11011011 1010100 1010001 0 1110 11101101 1001001 110010

Color Harmonies of #222ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222ADB

Black with #222ADB

Text Example


Text Example

White with #222ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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