Shades of Persian Blue #211AC3
Tints of Persian Blue #211AC3
RGB
CMYK
RGB Variations
Color information
#211AC3 (or 0x211AC3) is known color: Persian Blue. HEX triplet: 21, 1A and C3. RGB value is (33,26,195). Sum of RGB (Red+Green+Blue) = 33+26+195=254 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.99% from 254); Green value is 26 (10.55% from 255 or 10.24% from 254); Blue value is 195 (76.56% from 255 or 76.77% from 254); Max value from RGB is 195 - color contains mainly: blue. Hex color #211AC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211AC3 is #DEE53C. Grayscale: #2E2E2E. Windows color (decimal): -14607677 or 12786209. OLE color: 12786209.
HSL color Cylindrical-coordinate representation of color #211AC3: hue angle of 242.49º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #211AC3 is Cyan = 0.83, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 26 | 195 | - |
| CMYK | 0.83 | 0.87 | 0 | 0.24 |
| HSL | 242.49º | 0.76% | 0.43% | - |
| HSV(B) | 242.49º | 0.87% | 0.76% | - |
| XYZ | 10.85 | 5 | 52.02 | - |
| YUV | 47.36 | 211.32 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 26 | 195 | 0.83 | 0.87 | 0 | 0.24 | 242.49 | 0.76 | 0.43 |
| Hex | 21 | 1A | C3 | 53 | 57 | 0 | 18 | F2 | 4C | 2B |
| Octal | 41 | 32 | 303 | 123 | 127 | 0 | 30 | 362 | 114 | 53 |
| Binary | 100001 | 11010 | 11000011 | 1010011 | 1010111 | 0 | 11000 | 11110010 | 1001100 | 101011 |
Color Harmonies of #211AC3
Complementary color
Monochromatic Colors of #211AC3
Black with #211AC3
Text Example
Text Example
White with #211AC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211AC3; }
p { color: rgb(33,26,195); }
H1.HeaderClassName
{
color: #211AC3;
}
.AnyTagClassName
{
color: #211AC3;
}
</style>
background-color css
<style>
a { background-color: #211AC3; }
a { background-color: rgb(33,26,195); }
div.DivClassName
{
background-color: #211AC3;
}
.BgClassName
{
background-color: #211AC3;
}
</style>
border-color css
<style>
span { border-color: #211AC3; }
span { border-color: rgb(33,26,195); }
td.TdClassName
{
border-color: #211AC3;
}
.TagClassName
{
border-color: #211AC3;
}
</style>