Shades of Persian Blue #212BC3
Tints of Persian Blue #212BC3
RGB
CMYK
RGB Variations
Color information
#212BC3 (or 0x212BC3) is known color: Persian Blue. HEX triplet: 21, 2B and C3. RGB value is (33,43,195). Sum of RGB (Red+Green+Blue) = 33+43+195=271 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.18% from 271); Green value is 43 (17.19% from 255 or 15.87% from 271); Blue value is 195 (76.56% from 255 or 71.96% from 271); Max value from RGB is 195 - color contains mainly: blue. Hex color #212BC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212BC3 is #DED43C. Grayscale: #383838. Windows color (decimal): -14603325 or 12790561. OLE color: 12790561.
HSL color Cylindrical-coordinate representation of color #212BC3: hue angle of 236.3º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #212BC3 is Cyan = 0.83, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 43 | 195 | - |
| CMYK | 0.83 | 0.78 | 0 | 0.24 |
| HSL | 236.3º | 0.71% | 0.45% | - |
| HSV(B) | 236.3º | 0.83% | 0.76% | - |
| XYZ | 11.34 | 5.99 | 52.19 | - |
| YUV | 57.34 | 205.69 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 43 | 195 | 0.83 | 0.78 | 0 | 0.24 | 236.3 | 0.71 | 0.45 |
| Hex | 21 | 2B | C3 | 53 | 4E | 0 | 18 | EC | 47 | 2D |
| Octal | 41 | 53 | 303 | 123 | 116 | 0 | 30 | 354 | 107 | 55 |
| Binary | 100001 | 101011 | 11000011 | 1010011 | 1001110 | 0 | 11000 | 11101100 | 1000111 | 101101 |
Color Harmonies of #212BC3
Complementary color
Monochromatic Colors of #212BC3
Black with #212BC3
Text Example
Text Example
White with #212BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212BC3; }
p { color: rgb(33,43,195); }
H1.HeaderClassName
{
color: #212BC3;
}
.AnyTagClassName
{
color: #212BC3;
}
</style>
background-color css
<style>
a { background-color: #212BC3; }
a { background-color: rgb(33,43,195); }
div.DivClassName
{
background-color: #212BC3;
}
.BgClassName
{
background-color: #212BC3;
}
</style>
border-color css
<style>
span { border-color: #212BC3; }
span { border-color: rgb(33,43,195); }
td.TdClassName
{
border-color: #212BC3;
}
.TagClassName
{
border-color: #212BC3;
}
</style>