Html Css Color HEX #221EDE Persian Blue

📋 copy color: '#221EDE'

red 34 ◦ green 30 ◦ blue 222

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

Shades of Persian Blue #221EDE

Tints of Persian Blue #221EDE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.49%

 BLUE value IS 222 (87.11% from 255) = 77.62%

R = 11.89%
G = 10.49%
B = 77.62%

CMYK

 C value IS 0.85

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#221EDE (or 0x221EDE) is known color: Persian Blue. HEX triplet: 22, 1E and DE. RGB value is (34,30,222). Sum of RGB (Red+Green+Blue) = 34+30+222=286 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.89% from 286); Green value is 30 (12.11% from 255 or 10.49% from 286); Blue value is 222 (87.11% from 255 or 77.62% from 286); Max value from RGB is 222 - color contains mainly: blue. Hex color #221EDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #221EDE is #DDE121. Grayscale: #343434. Windows color (decimal): -14541090 or 14556706. OLE color: 14556706.

HSL color Cylindrical-coordinate representation of color #221EDE: hue angle of 241.25º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #221EDE is Cyan = 0.85, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 34 30 222 -
CMYK 0.85 0.86 0 0.13
HSL 241.25º 0.76% 0.49% -
HSV(B) 241.25º 0.86% 0.87% -
XYZ 14.31 6.54 69.62 -
YUV 53.08 223.33 114.39 -
System Red Green Blue C M Y K H S L
Decimal 34 30 222 0.85 0.86 0 0.13 241.25 0.76 0.49
Hex 22 1E DE 55 56 0 D F1 4C 31
Octal 42 36 336 125 126 0 15 361 114 61
Binary 100010 11110 11011110 1010101 1010110 0 1101 11110001 1001100 110001

Color Harmonies of #221EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221EDE

Black with #221EDE

Text Example


Text Example

White with #221EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221EDE; }

 p { color: rgb(34,30,222); }

 H1.HeaderClassName
 {
   color: #221EDE;
 }
 .AnyTagClassName
 {
   color: #221EDE;
 }
</style>

background-color css

<style>
 a { background-color: #221EDE; }

 a { background-color: rgb(34,30,222); }

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

border-color css

<style>
 span { border-color: #221EDE; }

 span { border-color: rgb(34,30,222); }

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