Html Css Color HEX #222AE1 Persian Blue

📋 copy color: '#222AE1'

red 34 ◦ green 42 ◦ blue 225

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

Shades of Persian Blue #222AE1

Tints of Persian Blue #222AE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 74.75%

R = 11.3%
G = 13.95%
B = 74.75%

CMYK

 C value IS 0.85

 M value IS 0.81

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#222AE1 (or 0x222AE1) is known color: Persian Blue. HEX triplet: 22, 2A and E1. RGB value is (34,42,225). Sum of RGB (Red+Green+Blue) = 34+42+225=301 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.30% from 301); Green value is 42 (16.80% from 255 or 13.95% from 301); Blue value is 225 (88.28% from 255 or 74.75% from 301); Max value from RGB is 225 - color contains mainly: blue. Hex color #222AE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222AE1 is #DDD51E. Grayscale: #3B3B3B. Windows color (decimal): -14538015 or 14756386. OLE color: 14756386.

HSL color Cylindrical-coordinate representation of color #222AE1: hue angle of 237.49º degrees, saturation: 0.76, 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 #222AE1 is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 34 42 225 -
CMYK 0.85 0.81 0 0.12
HSL 237.49º 0.76% 0.51% -
HSV(B) 237.49º 0.85% 0.88% -
XYZ 15.08 7.43 71.87 -
YUV 60.47 220.85 109.12 -
System Red Green Blue C M Y K H S L
Decimal 34 42 225 0.85 0.81 0 0.12 237.49 0.76 0.51
Hex 22 2A E1 55 51 0 C ED 4C 33
Octal 42 52 341 125 121 0 14 355 114 63
Binary 100010 101010 11100001 1010101 1010001 0 1100 11101101 1001100 110011

Color Harmonies of #222AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222AE1

Black with #222AE1

Text Example


Text Example

White with #222AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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