Shades of Persian Blue #212FAD
Tints of Persian Blue #212FAD
RGB
CMYK
RGB Variations
Color information
#212FAD (or 0x212FAD) is known color: Persian Blue. HEX triplet: 21, 2F and AD. RGB value is (33,47,173). Sum of RGB (Red+Green+Blue) = 33+47+173=253 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.04% from 253); Green value is 47 (18.75% from 255 or 18.58% from 253); Blue value is 173 (67.97% from 255 or 68.38% from 253); Max value from RGB is 173 - color contains mainly: blue. Hex color #212FAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212FAD is #DED052. Grayscale: #383838. Windows color (decimal): -14602323 or 11349793. OLE color: 11349793.
HSL color Cylindrical-coordinate representation of color #212FAD: hue angle of 234º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #212FAD is Cyan = 0.81, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 47 | 173 | - |
| CMYK | 0.81 | 0.73 | 0 | 0.32 |
| HSL | 234º | 0.68% | 0.4% | - |
| HSV(B) | 234º | 0.81% | 0.68% | - |
| XYZ | 9.19 | 5.37 | 40.09 | - |
| YUV | 57.18 | 193.36 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 47 | 173 | 0.81 | 0.73 | 0 | 0.32 | 234 | 0.68 | 0.4 |
| Hex | 21 | 2F | AD | 51 | 49 | 0 | 20 | EA | 44 | 28 |
| Octal | 41 | 57 | 255 | 121 | 111 | 0 | 40 | 352 | 104 | 50 |
| Binary | 100001 | 101111 | 10101101 | 1010001 | 1001001 | 0 | 100000 | 11101010 | 1000100 | 101000 |
Color Harmonies of #212FAD
Complementary color
Monochromatic Colors of #212FAD
Black with #212FAD
Text Example
Text Example
White with #212FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212FAD; }
p { color: rgb(33,47,173); }
H1.HeaderClassName
{
color: #212FAD;
}
.AnyTagClassName
{
color: #212FAD;
}
</style>
background-color css
<style>
a { background-color: #212FAD; }
a { background-color: rgb(33,47,173); }
div.DivClassName
{
background-color: #212FAD;
}
.BgClassName
{
background-color: #212FAD;
}
</style>
border-color css
<style>
span { border-color: #212FAD; }
span { border-color: rgb(33,47,173); }
td.TdClassName
{
border-color: #212FAD;
}
.TagClassName
{
border-color: #212FAD;
}
</style>