Html Css Color HEX #221ECD Persian Blue

📋 copy color: '#221ECD'

red 34 ◦ green 30 ◦ blue 205

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

Shades of Persian Blue #221ECD

Tints of Persian Blue #221ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 76.21%

R = 12.64%
G = 11.15%
B = 76.21%

CMYK

 C value IS 0.83

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#221ECD (or 0x221ECD) is known color: Persian Blue. HEX triplet: 22, 1E and CD. RGB value is (34,30,205). Sum of RGB (Red+Green+Blue) = 34+30+205=269 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.64% from 269); Green value is 30 (12.11% from 255 or 11.15% from 269); Blue value is 205 (80.47% from 255 or 76.21% from 269); Max value from RGB is 205 - color contains mainly: blue. Hex color #221ECD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #221ECD is #DDE132. Grayscale: #323232. Windows color (decimal): -14541107 or 13442594. OLE color: 13442594.

HSL color Cylindrical-coordinate representation of color #221ECD: hue angle of 241.37º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #221ECD is Cyan = 0.83, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 34 30 205 -
CMYK 0.83 0.85 0 0.20
HSL 241.37º 0.74% 0.46% -
HSV(B) 241.37º 0.85% 0.8% -
XYZ 12.14 5.68 58.21 -
YUV 51.15 214.83 115.77 -
System Red Green Blue C M Y K H S L
Decimal 34 30 205 0.83 0.85 0 0.20 241.37 0.74 0.46
Hex 22 1E CD 53 55 0 14 F1 4A 2E
Octal 42 36 315 123 125 0 24 361 112 56
Binary 100010 11110 11001101 1010011 1010101 0 10100 11110001 1001010 101110

Color Harmonies of #221ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221ECD

Black with #221ECD

Text Example


Text Example

White with #221ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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