Html Css Color HEX #211ABC Persian Blue

📋 copy color: '#211ABC'

red 33 ◦ green 26 ◦ blue 188

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

Shades of Persian Blue #211ABC

Tints of Persian Blue #211ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 76.11%

R = 13.36%
G = 10.53%
B = 76.11%

CMYK

 C value IS 0.82

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#211ABC (or 0x211ABC) is known color: Persian Blue. HEX triplet: 21, 1A and BC. RGB value is (33,26,188). Sum of RGB (Red+Green+Blue) = 33+26+188=247 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.36% from 247); Green value is 26 (10.55% from 255 or 10.53% from 247); Blue value is 188 (73.83% from 255 or 76.11% from 247); Max value from RGB is 188 - color contains mainly: blue. Hex color #211ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211ABC is #DEE543. Grayscale: #2D2D2D. Windows color (decimal): -14607684 or 12327457. OLE color: 12327457.

HSL color Cylindrical-coordinate representation of color #211ABC: hue angle of 242.59º 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 #211ABC is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 33 26 188 -
CMYK 0.82 0.86 0 0.26
HSL 242.59º 0.76% 0.42% -
HSV(B) 242.59º 0.86% 0.74% -
XYZ 10.07 4.69 47.95 -
YUV 46.56 207.82 118.33 -
System Red Green Blue C M Y K H S L
Decimal 33 26 188 0.82 0.86 0 0.26 242.59 0.76 0.42
Hex 21 1A BC 52 56 0 1A F3 4C 2A
Octal 41 32 274 122 126 0 32 363 114 52
Binary 100001 11010 10111100 1010010 1010110 0 11010 11110011 1001100 101010

Color Harmonies of #211ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211ABC

Black with #211ABC

Text Example


Text Example

White with #211ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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