Html Css Color HEX #222EE0 Persian Blue

📋 copy color: '#222EE0'

red 34 ◦ green 46 ◦ blue 224

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

Shades of Persian Blue #222EE0

Tints of Persian Blue #222EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 73.68%

R = 11.18%
G = 15.13%
B = 73.68%

CMYK

 C value IS 0.85

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#222EE0 (or 0x222EE0) is known color: Persian Blue. HEX triplet: 22, 2E and E0. RGB value is (34,46,224). Sum of RGB (Red+Green+Blue) = 34+46+224=304 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.18% from 304); Green value is 46 (18.36% from 255 or 15.13% from 304); Blue value is 224 (87.89% from 255 or 73.68% from 304); Max value from RGB is 224 - color contains mainly: blue. Hex color #222EE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222EE0 is #DDD11F. Grayscale: #3D3D3D. Windows color (decimal): -14536992 or 14691874. OLE color: 14691874.

HSL color Cylindrical-coordinate representation of color #222EE0: hue angle of 236.21º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #222EE0 is Cyan = 0.85, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 34 46 224 -
CMYK 0.85 0.79 0 0.12
HSL 236.21º 0.75% 0.51% -
HSV(B) 236.21º 0.85% 0.88% -
XYZ 15.09 7.68 71.21 -
YUV 62.7 219.02 107.53 -
System Red Green Blue C M Y K H S L
Decimal 34 46 224 0.85 0.79 0 0.12 236.21 0.75 0.51
Hex 22 2E E0 55 4F 0 C EC 4B 33
Octal 42 56 340 125 117 0 14 354 113 63
Binary 100010 101110 11100000 1010101 1001111 0 1100 11101100 1001011 110011

Color Harmonies of #222EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222EE0

Black with #222EE0

Text Example


Text Example

White with #222EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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