Html Css Color HEX #211ABD Persian Blue

📋 copy color: '#211ABD'

red 33 ◦ green 26 ◦ blue 189

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

Shades of Persian Blue #211ABD

Tints of Persian Blue #211ABD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.48%

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

R = 13.31%
G = 10.48%
B = 76.21%

CMYK

 C value IS 0.83

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#211ABD (or 0x211ABD) is known color: Persian Blue. HEX triplet: 21, 1A and BD. RGB value is (33,26,189). Sum of RGB (Red+Green+Blue) = 33+26+189=248 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.31% from 248); Green value is 26 (10.55% from 255 or 10.48% from 248); Blue value is 189 (74.22% from 255 or 76.21% from 248); Max value from RGB is 189 - color contains mainly: blue. Hex color #211ABD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211ABD is #DEE542. Grayscale: #2E2E2E. Windows color (decimal): -14607683 or 12392993. OLE color: 12392993.

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

Color convert

RGB 33 26 189 -
CMYK 0.83 0.86 0 0.26
HSL 242.58º 0.76% 0.42% -
HSV(B) 242.58º 0.86% 0.74% -
XYZ 10.18 4.74 48.52 -
YUV 46.68 208.32 118.25 -
System Red Green Blue C M Y K H S L
Decimal 33 26 189 0.83 0.86 0 0.26 242.58 0.76 0.42
Hex 21 1A BD 53 56 0 1A F3 4C 2A
Octal 41 32 275 123 126 0 32 363 114 52
Binary 100001 11010 10111101 1010011 1010110 0 11010 11110011 1001100 101010

Color Harmonies of #211ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211ABD

Black with #211ABD

Text Example


Text Example

White with #211ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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