Shades of Persian Blue #212CB7
Tints of Persian Blue #212CB7
RGB
CMYK
RGB Variations
Color information
#212CB7 (or 0x212CB7) is known color: Persian Blue. HEX triplet: 21, 2C and B7. RGB value is (33,44,183). Sum of RGB (Red+Green+Blue) = 33+44+183=260 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.69% from 260); Green value is 44 (17.58% from 255 or 16.92% from 260); Blue value is 183 (71.88% from 255 or 70.38% from 260); Max value from RGB is 183 - color contains mainly: blue. Hex color #212CB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212CB7 is #DED348. Grayscale: #373737. Windows color (decimal): -14603081 or 12004385. OLE color: 12004385.
HSL color Cylindrical-coordinate representation of color #212CB7: hue angle of 235.6º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #212CB7 is Cyan = 0.82, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 33 | 44 | 183 | - |
| CMYK | 0.82 | 0.76 | 0 | 0.28 |
| HSL | 235.6º | 0.69% | 0.42% | - |
| HSV(B) | 235.6º | 0.82% | 0.72% | - |
| XYZ | 10.08 | 5.54 | 45.34 | - |
| YUV | 56.56 | 199.36 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 44 | 183 | 0.82 | 0.76 | 0 | 0.28 | 235.6 | 0.69 | 0.42 |
| Hex | 21 | 2C | B7 | 52 | 4C | 0 | 1C | EC | 45 | 2A |
| Octal | 41 | 54 | 267 | 122 | 114 | 0 | 34 | 354 | 105 | 52 |
| Binary | 100001 | 101100 | 10110111 | 1010010 | 1001100 | 0 | 11100 | 11101100 | 1000101 | 101010 |
Color Harmonies of #212CB7
Complementary color
Monochromatic Colors of #212CB7
Black with #212CB7
Text Example
Text Example
White with #212CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212CB7; }
p { color: rgb(33,44,183); }
H1.HeaderClassName
{
color: #212CB7;
}
.AnyTagClassName
{
color: #212CB7;
}
</style>
background-color css
<style>
a { background-color: #212CB7; }
a { background-color: rgb(33,44,183); }
div.DivClassName
{
background-color: #212CB7;
}
.BgClassName
{
background-color: #212CB7;
}
</style>
border-color css
<style>
span { border-color: #212CB7; }
span { border-color: rgb(33,44,183); }
td.TdClassName
{
border-color: #212CB7;
}
.TagClassName
{
border-color: #212CB7;
}
</style>