Html Css Color HEX #221ECE Persian Blue

📋 copy color: '#221ECE'

red 34 ◦ green 30 ◦ blue 206

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

Shades of Persian Blue #221ECE

Tints of Persian Blue #221ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 76.3%

R = 12.59%
G = 11.11%
B = 76.3%

CMYK

 C value IS 0.83

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#221ECE (or 0x221ECE) is known color: Persian Blue. HEX triplet: 22, 1E and CE. RGB value is (34,30,206). Sum of RGB (Red+Green+Blue) = 34+30+206=270 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.59% from 270); Green value is 30 (12.11% from 255 or 11.11% from 270); Blue value is 206 (80.86% from 255 or 76.30% from 270); Max value from RGB is 206 - color contains mainly: blue. Hex color #221ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #221ECE is #DDE131. Grayscale: #323232. Windows color (decimal): -14541106 or 13508130. OLE color: 13508130.

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

Color convert

RGB 34 30 206 -
CMYK 0.83 0.85 0 0.19
HSL 241.36º 0.75% 0.46% -
HSV(B) 241.36º 0.85% 0.81% -
XYZ 12.26 5.72 58.85 -
YUV 51.26 215.33 115.69 -
System Red Green Blue C M Y K H S L
Decimal 34 30 206 0.83 0.85 0 0.19 241.36 0.75 0.46
Hex 22 1E CE 53 55 0 13 F1 4B 2E
Octal 42 36 316 123 125 0 23 361 113 56
Binary 100010 11110 11001110 1010011 1010101 0 10011 11110001 1001011 101110

Color Harmonies of #221ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221ECE

Black with #221ECE

Text Example


Text Example

White with #221ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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