Shades of Persian Blue #212BC1
Tints of Persian Blue #212BC1
RGB
CMYK
RGB Variations
Color information
#212BC1 (or 0x212BC1) is known color: Persian Blue. HEX triplet: 21, 2B and C1. RGB value is (33,43,193). Sum of RGB (Red+Green+Blue) = 33+43+193=269 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.27% from 269); Green value is 43 (17.19% from 255 or 15.99% from 269); Blue value is 193 (75.78% from 255 or 71.75% from 269); Max value from RGB is 193 - color contains mainly: blue. Hex color #212BC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212BC1 is #DED43E. Grayscale: #383838. Windows color (decimal): -14603327 or 12659489. OLE color: 12659489.
HSL color Cylindrical-coordinate representation of color #212BC1: hue angle of 236.25º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #212BC1 is Cyan = 0.83, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 43 | 193 | - |
| CMYK | 0.83 | 0.78 | 0 | 0.24 |
| HSL | 236.25º | 0.71% | 0.44% | - |
| HSV(B) | 236.25º | 0.83% | 0.76% | - |
| XYZ | 11.12 | 5.9 | 51.01 | - |
| YUV | 57.11 | 204.69 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 43 | 193 | 0.83 | 0.78 | 0 | 0.24 | 236.25 | 0.71 | 0.44 |
| Hex | 21 | 2B | C1 | 53 | 4E | 0 | 18 | EC | 47 | 2C |
| Octal | 41 | 53 | 301 | 123 | 116 | 0 | 30 | 354 | 107 | 54 |
| Binary | 100001 | 101011 | 11000001 | 1010011 | 1001110 | 0 | 11000 | 11101100 | 1000111 | 101100 |
Color Harmonies of #212BC1
Complementary color
Monochromatic Colors of #212BC1
Black with #212BC1
Text Example
Text Example
White with #212BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212BC1; }
p { color: rgb(33,43,193); }
H1.HeaderClassName
{
color: #212BC1;
}
.AnyTagClassName
{
color: #212BC1;
}
</style>
background-color css
<style>
a { background-color: #212BC1; }
a { background-color: rgb(33,43,193); }
div.DivClassName
{
background-color: #212BC1;
}
.BgClassName
{
background-color: #212BC1;
}
</style>
border-color css
<style>
span { border-color: #212BC1; }
span { border-color: rgb(33,43,193); }
td.TdClassName
{
border-color: #212BC1;
}
.TagClassName
{
border-color: #212BC1;
}
</style>