Shades of Persian Blue #212CC7
Tints of Persian Blue #212CC7
RGB
CMYK
RGB Variations
Color information
#212CC7 (or 0x212CC7) is known color: Persian Blue. HEX triplet: 21, 2C and C7. RGB value is (33,44,199). Sum of RGB (Red+Green+Blue) = 33+44+199=276 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.96% from 276); Green value is 44 (17.58% from 255 or 15.94% from 276); Blue value is 199 (78.12% from 255 or 72.10% from 276); Max value from RGB is 199 - color contains mainly: blue. Hex color #212CC7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212CC7 is #DED338. Grayscale: #393939. Windows color (decimal): -14603065 or 13052961. OLE color: 13052961.
HSL color Cylindrical-coordinate representation of color #212CC7: hue angle of 236.02º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #212CC7 is Cyan = 0.83, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 33 | 44 | 199 | - |
| CMYK | 0.83 | 0.78 | 0 | 0.22 |
| HSL | 236.02º | 0.72% | 0.45% | - |
| HSV(B) | 236.02º | 0.83% | 0.78% | - |
| XYZ | 11.84 | 6.25 | 54.62 | - |
| YUV | 58.38 | 207.36 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 44 | 199 | 0.83 | 0.78 | 0 | 0.22 | 236.02 | 0.72 | 0.45 |
| Hex | 21 | 2C | C7 | 53 | 4E | 0 | 16 | EC | 48 | 2D |
| Octal | 41 | 54 | 307 | 123 | 116 | 0 | 26 | 354 | 110 | 55 |
| Binary | 100001 | 101100 | 11000111 | 1010011 | 1001110 | 0 | 10110 | 11101100 | 1001000 | 101101 |
Color Harmonies of #212CC7
Complementary color
Monochromatic Colors of #212CC7
Black with #212CC7
Text Example
Text Example
White with #212CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212CC7; }
p { color: rgb(33,44,199); }
H1.HeaderClassName
{
color: #212CC7;
}
.AnyTagClassName
{
color: #212CC7;
}
</style>
background-color css
<style>
a { background-color: #212CC7; }
a { background-color: rgb(33,44,199); }
div.DivClassName
{
background-color: #212CC7;
}
.BgClassName
{
background-color: #212CC7;
}
</style>
border-color css
<style>
span { border-color: #212CC7; }
span { border-color: rgb(33,44,199); }
td.TdClassName
{
border-color: #212CC7;
}
.TagClassName
{
border-color: #212CC7;
}
</style>