Html Css Color HEX #211EBD Persian Blue

📋 copy color: '#211EBD'

red 33 ◦ green 30 ◦ blue 189

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

Shades of Persian Blue #211EBD

Tints of Persian Blue #211EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 75%

R = 13.1%
G = 11.9%
B = 75%

CMYK

 C value IS 0.83

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#211EBD (or 0x211EBD) is known color: Persian Blue. HEX triplet: 21, 1E and BD. RGB value is (33,30,189). Sum of RGB (Red+Green+Blue) = 33+30+189=252 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.10% from 252); Green value is 30 (12.11% from 255 or 11.90% from 252); Blue value is 189 (74.22% from 255 or 75% from 252); Max value from RGB is 189 - color contains mainly: blue. Hex color #211EBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211EBD is #DEE142. Grayscale: #303030. Windows color (decimal): -14606659 or 12394017. OLE color: 12394017.

HSL color Cylindrical-coordinate representation of color #211EBD: hue angle of 241.13º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #211EBD is Cyan = 0.83, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 33 30 189 -
CMYK 0.83 0.84 0 0.26
HSL 241.13º 0.73% 0.43% -
HSV(B) 241.13º 0.84% 0.74% -
XYZ 10.28 4.93 48.55 -
YUV 49.02 206.99 116.57 -
System Red Green Blue C M Y K H S L
Decimal 33 30 189 0.83 0.84 0 0.26 241.13 0.73 0.43
Hex 21 1E BD 53 54 0 1A F1 49 2B
Octal 41 36 275 123 124 0 32 361 111 53
Binary 100001 11110 10111101 1010011 1010100 0 11010 11110001 1001001 101011

Color Harmonies of #211EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211EBD

Black with #211EBD

Text Example


Text Example

White with #211EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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