Html Css Color HEX #211ECE Persian Blue

📋 copy color: '#211ECE'

red 33 ◦ green 30 ◦ blue 206

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

Shades of Persian Blue #211ECE

Tints of Persian Blue #211ECE

RGB

 RED value IS 33 (13.28% from 255) = 12.27%

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

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

R = 12.27%
G = 11.15%
B = 76.58%

CMYK

 C value IS 0.84

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#211ECE (or 0x211ECE) is known color: Persian Blue. HEX triplet: 21, 1E and CE. RGB value is (33,30,206). Sum of RGB (Red+Green+Blue) = 33+30+206=269 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.27% from 269); Green value is 30 (12.11% from 255 or 11.15% from 269); Blue value is 206 (80.86% from 255 or 76.58% from 269); Max value from RGB is 206 - color contains mainly: blue. Hex color #211ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211ECE is #DEE131. Grayscale: #323232. Windows color (decimal): -14606642 or 13508129. OLE color: 13508129.

HSL color Cylindrical-coordinate representation of color #211ECE: hue angle of 241.02º 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 #211ECE is Cyan = 0.84, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 33 30 206 -
CMYK 0.84 0.85 0 0.19
HSL 241.02º 0.75% 0.46% -
HSV(B) 241.02º 0.85% 0.81% -
XYZ 12.23 5.71 58.85 -
YUV 50.96 215.49 115.19 -
System Red Green Blue C M Y K H S L
Decimal 33 30 206 0.84 0.85 0 0.19 241.02 0.75 0.46
Hex 21 1E CE 54 55 0 13 F1 4B 2E
Octal 41 36 316 124 125 0 23 361 113 56
Binary 100001 11110 11001110 1010100 1010101 0 10011 11110001 1001011 101110

Color Harmonies of #211ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211ECE

Black with #211ECE

Text Example


Text Example

White with #211ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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