Shades of Persian Blue #212CB5
Tints of Persian Blue #212CB5
RGB
CMYK
RGB Variations
Color information
#212CB5 (or 0x212CB5) is known color: Persian Blue. HEX triplet: 21, 2C and B5. RGB value is (33,44,181). Sum of RGB (Red+Green+Blue) = 33+44+181=258 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.79% from 258); Green value is 44 (17.58% from 255 or 17.05% from 258); Blue value is 181 (71.09% from 255 or 70.16% from 258); Max value from RGB is 181 - color contains mainly: blue. Hex color #212CB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212CB5 is #DED34A. Grayscale: #373737. Windows color (decimal): -14603083 or 11873313. OLE color: 11873313.
HSL color Cylindrical-coordinate representation of color #212CB5: hue angle of 235.54º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #212CB5 is Cyan = 0.82, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 33 | 44 | 181 | - |
| CMYK | 0.82 | 0.76 | 0 | 0.29 |
| HSL | 235.54º | 0.69% | 0.42% | - |
| HSV(B) | 235.54º | 0.82% | 0.71% | - |
| XYZ | 9.87 | 5.46 | 44.25 | - |
| YUV | 56.33 | 198.36 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 44 | 181 | 0.82 | 0.76 | 0 | 0.29 | 235.54 | 0.69 | 0.42 |
| Hex | 21 | 2C | B5 | 52 | 4C | 0 | 1D | EC | 45 | 2A |
| Octal | 41 | 54 | 265 | 122 | 114 | 0 | 35 | 354 | 105 | 52 |
| Binary | 100001 | 101100 | 10110101 | 1010010 | 1001100 | 0 | 11101 | 11101100 | 1000101 | 101010 |
Color Harmonies of #212CB5
Complementary color
Monochromatic Colors of #212CB5
Black with #212CB5
Text Example
Text Example
White with #212CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212CB5; }
p { color: rgb(33,44,181); }
H1.HeaderClassName
{
color: #212CB5;
}
.AnyTagClassName
{
color: #212CB5;
}
</style>
background-color css
<style>
a { background-color: #212CB5; }
a { background-color: rgb(33,44,181); }
div.DivClassName
{
background-color: #212CB5;
}
.BgClassName
{
background-color: #212CB5;
}
</style>
border-color css
<style>
span { border-color: #212CB5; }
span { border-color: rgb(33,44,181); }
td.TdClassName
{
border-color: #212CB5;
}
.TagClassName
{
border-color: #212CB5;
}
</style>