Shades of Persian Blue #212CCA
Tints of Persian Blue #212CCA
RGB
CMYK
RGB Variations
Color information
#212CCA (or 0x212CCA) is known color: Persian Blue. HEX triplet: 21, 2C and CA. RGB value is (33,44,202). Sum of RGB (Red+Green+Blue) = 33+44+202=279 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.83% from 279); Green value is 44 (17.58% from 255 or 15.77% from 279); Blue value is 202 (79.30% from 255 or 72.40% from 279); Max value from RGB is 202 - color contains mainly: blue. Hex color #212CCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212CCA is #DED335. Grayscale: #3A3A3A. Windows color (decimal): -14603062 or 13249569. OLE color: 13249569.
HSL color Cylindrical-coordinate representation of color #212CCA: hue angle of 236.09º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #212CCA is Cyan = 0.84, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 33 | 44 | 202 | - |
| CMYK | 0.84 | 0.78 | 0 | 0.21 |
| HSL | 236.09º | 0.72% | 0.46% | - |
| HSV(B) | 236.09º | 0.84% | 0.79% | - |
| XYZ | 12.19 | 6.39 | 56.47 | - |
| YUV | 58.72 | 208.86 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 44 | 202 | 0.84 | 0.78 | 0 | 0.21 | 236.09 | 0.72 | 0.46 |
| Hex | 21 | 2C | CA | 54 | 4E | 0 | 15 | EC | 48 | 2E |
| Octal | 41 | 54 | 312 | 124 | 116 | 0 | 25 | 354 | 110 | 56 |
| Binary | 100001 | 101100 | 11001010 | 1010100 | 1001110 | 0 | 10101 | 11101100 | 1001000 | 101110 |
Color Harmonies of #212CCA
Complementary color
Monochromatic Colors of #212CCA
Black with #212CCA
Text Example
Text Example
White with #212CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212CCA; }
p { color: rgb(33,44,202); }
H1.HeaderClassName
{
color: #212CCA;
}
.AnyTagClassName
{
color: #212CCA;
}
</style>
background-color css
<style>
a { background-color: #212CCA; }
a { background-color: rgb(33,44,202); }
div.DivClassName
{
background-color: #212CCA;
}
.BgClassName
{
background-color: #212CCA;
}
</style>
border-color css
<style>
span { border-color: #212CCA; }
span { border-color: rgb(33,44,202); }
td.TdClassName
{
border-color: #212CCA;
}
.TagClassName
{
border-color: #212CCA;
}
</style>