Shades of Persian Blue #212CCC
Tints of Persian Blue #212CCC
RGB
CMYK
RGB Variations
Color information
#212CCC (or 0x212CCC) is known color: Persian Blue. HEX triplet: 21, 2C and CC. RGB value is (33,44,204). Sum of RGB (Red+Green+Blue) = 33+44+204=281 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.74% from 281); Green value is 44 (17.58% from 255 or 15.66% from 281); Blue value is 204 (80.08% from 255 or 72.60% from 281); Max value from RGB is 204 - color contains mainly: blue. Hex color #212CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212CCC is #DED333. Grayscale: #3A3A3A. Windows color (decimal): -14603060 or 13380641. OLE color: 13380641.
HSL color Cylindrical-coordinate representation of color #212CCC: hue angle of 236.14º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #212CCC is Cyan = 0.84, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 44 | 204 | - |
| CMYK | 0.84 | 0.78 | 0 | 0.2 |
| HSL | 236.14º | 0.72% | 0.46% | - |
| HSV(B) | 236.14º | 0.84% | 0.8% | - |
| XYZ | 12.43 | 6.48 | 57.72 | - |
| YUV | 58.95 | 209.86 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 44 | 204 | 0.84 | 0.78 | 0 | 0.2 | 236.14 | 0.72 | 0.46 |
| Hex | 21 | 2C | CC | 54 | 4E | 0 | 14 | EC | 48 | 2E |
| Octal | 41 | 54 | 314 | 124 | 116 | 0 | 24 | 354 | 110 | 56 |
| Binary | 100001 | 101100 | 11001100 | 1010100 | 1001110 | 0 | 10100 | 11101100 | 1001000 | 101110 |
Color Harmonies of #212CCC
Complementary color
Monochromatic Colors of #212CCC
Black with #212CCC
Text Example
Text Example
White with #212CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212CCC; }
p { color: rgb(33,44,204); }
H1.HeaderClassName
{
color: #212CCC;
}
.AnyTagClassName
{
color: #212CCC;
}
</style>
background-color css
<style>
a { background-color: #212CCC; }
a { background-color: rgb(33,44,204); }
div.DivClassName
{
background-color: #212CCC;
}
.BgClassName
{
background-color: #212CCC;
}
</style>
border-color css
<style>
span { border-color: #212CCC; }
span { border-color: rgb(33,44,204); }
td.TdClassName
{
border-color: #212CCC;
}
.TagClassName
{
border-color: #212CCC;
}
</style>