Html Css Color HEX #211ECC Persian Blue

📋 copy color: '#211ECC'

red 33 ◦ green 30 ◦ blue 204

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

Shades of Persian Blue #211ECC

Tints of Persian Blue #211ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 76.4%

R = 12.36%
G = 11.24%
B = 76.4%

CMYK

 C value IS 0.84

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#211ECC (or 0x211ECC) is known color: Persian Blue. HEX triplet: 21, 1E and CC. RGB value is (33,30,204). Sum of RGB (Red+Green+Blue) = 33+30+204=267 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.36% from 267); Green value is 30 (12.11% from 255 or 11.24% from 267); Blue value is 204 (80.08% from 255 or 76.40% from 267); Max value from RGB is 204 - color contains mainly: blue. Hex color #211ECC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211ECC is #DEE133. Grayscale: #323232. Windows color (decimal): -14606644 or 13377057. OLE color: 13377057.

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

Color convert

RGB 33 30 204 -
CMYK 0.84 0.85 0 0.2
HSL 241.03º 0.74% 0.46% -
HSV(B) 241.03º 0.85% 0.8% -
XYZ 11.99 5.61 57.58 -
YUV 50.73 214.49 115.35 -
System Red Green Blue C M Y K H S L
Decimal 33 30 204 0.84 0.85 0 0.2 241.03 0.74 0.46
Hex 21 1E CC 54 55 0 14 F1 4A 2E
Octal 41 36 314 124 125 0 24 361 112 56
Binary 100001 11110 11001100 1010100 1010101 0 10100 11110001 1001010 101110

Color Harmonies of #211ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211ECC

Black with #211ECC

Text Example


Text Example

White with #211ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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