Html Css Color HEX #211ECA Persian Blue

📋 copy color: '#211ECA'

red 33 ◦ green 30 ◦ blue 202

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

Shades of Persian Blue #211ECA

Tints of Persian Blue #211ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 76.23%

R = 12.45%
G = 11.32%
B = 76.23%

CMYK

 C value IS 0.84

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#211ECA (or 0x211ECA) is known color: Persian Blue. HEX triplet: 21, 1E and CA. RGB value is (33,30,202). Sum of RGB (Red+Green+Blue) = 33+30+202=265 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.45% from 265); Green value is 30 (12.11% from 255 or 11.32% from 265); Blue value is 202 (79.30% from 255 or 76.23% from 265); Max value from RGB is 202 - color contains mainly: blue. Hex color #211ECA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211ECA is #DEE135. Grayscale: #313131. Windows color (decimal): -14606646 or 13245985. OLE color: 13245985.

HSL color Cylindrical-coordinate representation of color #211ECA: hue angle of 241.05º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #211ECA is Cyan = 0.84, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 33 30 202 -
CMYK 0.84 0.85 0 0.21
HSL 241.05º 0.74% 0.45% -
HSV(B) 241.05º 0.85% 0.79% -
XYZ 11.75 5.52 56.32 -
YUV 50.51 213.49 115.51 -
System Red Green Blue C M Y K H S L
Decimal 33 30 202 0.84 0.85 0 0.21 241.05 0.74 0.45
Hex 21 1E CA 54 55 0 15 F1 4A 2D
Octal 41 36 312 124 125 0 25 361 112 55
Binary 100001 11110 11001010 1010100 1010101 0 10101 11110001 1001010 101101

Color Harmonies of #211ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211ECA

Black with #211ECA

Text Example


Text Example

White with #211ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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