Html Css Color HEX #211EB9 Persian Blue

📋 copy color: '#211EB9'

red 33 ◦ green 30 ◦ blue 185

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

Shades of Persian Blue #211EB9

Tints of Persian Blue #211EB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 74.6%

R = 13.31%
G = 12.1%
B = 74.6%

CMYK

 C value IS 0.82

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#211EB9 (or 0x211EB9) is known color: Persian Blue. HEX triplet: 21, 1E and B9. RGB value is (33,30,185). Sum of RGB (Red+Green+Blue) = 33+30+185=248 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.31% from 248); Green value is 30 (12.11% from 255 or 12.10% from 248); Blue value is 185 (72.66% from 255 or 74.60% from 248); Max value from RGB is 185 - color contains mainly: blue. Hex color #211EB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211EB9 is #DEE146. Grayscale: #2F2F2F. Windows color (decimal): -14606663 or 12131873. OLE color: 12131873.

HSL color Cylindrical-coordinate representation of color #211EB9: hue angle of 241.16º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #211EB9 is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 33 30 185 -
CMYK 0.82 0.84 0 0.27
HSL 241.16º 0.72% 0.42% -
HSV(B) 241.16º 0.84% 0.73% -
XYZ 9.85 4.75 46.3 -
YUV 48.57 204.99 116.9 -
System Red Green Blue C M Y K H S L
Decimal 33 30 185 0.82 0.84 0 0.27 241.16 0.72 0.42
Hex 21 1E B9 52 54 0 1B F1 48 2A
Octal 41 36 271 122 124 0 33 361 110 52
Binary 100001 11110 10111001 1010010 1010100 0 11011 11110001 1001000 101010

Color Harmonies of #211EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211EB9

Black with #211EB9

Text Example


Text Example

White with #211EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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