Shades of Persian Blue #212CB2
Tints of Persian Blue #212CB2
RGB
CMYK
RGB Variations
Color information
#212CB2 (or 0x212CB2) is known color: Persian Blue. HEX triplet: 21, 2C and B2. RGB value is (33,44,178). Sum of RGB (Red+Green+Blue) = 33+44+178=255 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.94% from 255); Green value is 44 (17.58% from 255 or 17.25% from 255); Blue value is 178 (69.92% from 255 or 69.80% from 255); Max value from RGB is 178 - color contains mainly: blue. Hex color #212CB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212CB2 is #DED34D. Grayscale: #373737. Windows color (decimal): -14603086 or 11676705. OLE color: 11676705.
HSL color Cylindrical-coordinate representation of color #212CB2: hue angle of 235.45º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #212CB2 is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 33 | 44 | 178 | - |
| CMYK | 0.81 | 0.75 | 0 | 0.30 |
| HSL | 235.45º | 0.69% | 0.41% | - |
| HSV(B) | 235.45º | 0.81% | 0.7% | - |
| XYZ | 9.56 | 5.34 | 42.65 | - |
| YUV | 55.99 | 196.86 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 44 | 178 | 0.81 | 0.75 | 0 | 0.30 | 235.45 | 0.69 | 0.41 |
| Hex | 21 | 2C | B2 | 51 | 4B | 0 | 1E | EB | 45 | 29 |
| Octal | 41 | 54 | 262 | 121 | 113 | 0 | 36 | 353 | 105 | 51 |
| Binary | 100001 | 101100 | 10110010 | 1010001 | 1001011 | 0 | 11110 | 11101011 | 1000101 | 101001 |
Color Harmonies of #212CB2
Complementary color
Monochromatic Colors of #212CB2
Black with #212CB2
Text Example
Text Example
White with #212CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212CB2; }
p { color: rgb(33,44,178); }
H1.HeaderClassName
{
color: #212CB2;
}
.AnyTagClassName
{
color: #212CB2;
}
</style>
background-color css
<style>
a { background-color: #212CB2; }
a { background-color: rgb(33,44,178); }
div.DivClassName
{
background-color: #212CB2;
}
.BgClassName
{
background-color: #212CB2;
}
</style>
border-color css
<style>
span { border-color: #212CB2; }
span { border-color: rgb(33,44,178); }
td.TdClassName
{
border-color: #212CB2;
}
.TagClassName
{
border-color: #212CB2;
}
</style>