Html Css Color HEX #222EB8 Persian Blue

📋 copy color: '#222EB8'

red 34 ◦ green 46 ◦ blue 184

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

Shades of Persian Blue #222EB8

Tints of Persian Blue #222EB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 69.7%

R = 12.88%
G = 17.42%
B = 69.7%

CMYK

 C value IS 0.82

 M value IS 0.75

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#222EB8 (or 0x222EB8) is known color: Persian Blue. HEX triplet: 22, 2E and B8. RGB value is (34,46,184). Sum of RGB (Red+Green+Blue) = 34+46+184=264 (34% of max value = 765). Red value is 34 (13.67% from 255 or 12.88% from 264); Green value is 46 (18.36% from 255 or 17.42% from 264); Blue value is 184 (72.27% from 255 or 69.70% from 264); Max value from RGB is 184 - color contains mainly: blue. Hex color #222EB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222EB8 is #DDD147. Grayscale: #393939. Windows color (decimal): -14537032 or 12070434. OLE color: 12070434.

HSL color Cylindrical-coordinate representation of color #222EB8: hue angle of 235.2º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #222EB8 is Cyan = 0.82, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 34 46 184 -
CMYK 0.82 0.75 0 0.28
HSL 235.2º 0.69% 0.43% -
HSV(B) 235.2º 0.82% 0.72% -
XYZ 10.29 5.75 45.92 -
YUV 58.14 199.02 110.78 -
System Red Green Blue C M Y K H S L
Decimal 34 46 184 0.82 0.75 0 0.28 235.2 0.69 0.43
Hex 22 2E B8 52 4B 0 1C EB 45 2B
Octal 42 56 270 122 113 0 34 353 105 53
Binary 100010 101110 10111000 1010010 1001011 0 11100 11101011 1000101 101011

Color Harmonies of #222EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222EB8

Black with #222EB8

Text Example


Text Example

White with #222EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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