Html Css Color HEX #222DE1 Persian Blue

📋 copy color: '#222DE1'

red 34 ◦ green 45 ◦ blue 225

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

Shades of Persian Blue #222DE1

Tints of Persian Blue #222DE1

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.8%

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

R = 11.18%
G = 14.8%
B = 74.01%

CMYK

 C value IS 0.85

 M value IS 0.8

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#222DE1 (or 0x222DE1) is known color: Persian Blue. HEX triplet: 22, 2D and E1. RGB value is (34,45,225). Sum of RGB (Red+Green+Blue) = 34+45+225=304 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.18% from 304); Green value is 45 (17.97% from 255 or 14.80% from 304); Blue value is 225 (88.28% from 255 or 74.01% from 304); Max value from RGB is 225 - color contains mainly: blue. Hex color #222DE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222DE1 is #DDD21E. Grayscale: #3D3D3D. Windows color (decimal): -14537247 or 14757154. OLE color: 14757154.

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

Color convert

RGB 34 45 225 -
CMYK 0.85 0.8 0 0.12
HSL 236.54º 0.76% 0.51% -
HSV(B) 236.54º 0.85% 0.88% -
XYZ 15.19 7.65 71.91 -
YUV 62.23 219.86 107.86 -
System Red Green Blue C M Y K H S L
Decimal 34 45 225 0.85 0.8 0 0.12 236.54 0.76 0.51
Hex 22 2D E1 55 50 0 C ED 4C 33
Octal 42 55 341 125 120 0 14 355 114 63
Binary 100010 101101 11100001 1010101 1010000 0 1100 11101101 1001100 110011

Color Harmonies of #222DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222DE1

Black with #222DE1

Text Example


Text Example

White with #222DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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