Shades of Persian Blue #212BAF
Tints of Persian Blue #212BAF
RGB
CMYK
RGB Variations
Color information
#212BAF (or 0x212BAF) is known color: Persian Blue. HEX triplet: 21, 2B and AF. RGB value is (33,43,175). Sum of RGB (Red+Green+Blue) = 33+43+175=251 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.15% from 251); Green value is 43 (17.19% from 255 or 17.13% from 251); Blue value is 175 (68.75% from 255 or 69.72% from 251); Max value from RGB is 175 - color contains mainly: blue. Hex color #212BAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212BAF is #DED450. Grayscale: #363636. Windows color (decimal): -14603345 or 11479841. OLE color: 11479841.
HSL color Cylindrical-coordinate representation of color #212BAF: hue angle of 235.77º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #212BAF is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 33 | 43 | 175 | - |
| CMYK | 0.81 | 0.75 | 0 | 0.31 |
| HSL | 235.77º | 0.68% | 0.41% | - |
| HSV(B) | 235.77º | 0.81% | 0.69% | - |
| XYZ | 9.23 | 5.15 | 41.06 | - |
| YUV | 55.06 | 195.69 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 43 | 175 | 0.81 | 0.75 | 0 | 0.31 | 235.77 | 0.68 | 0.41 |
| Hex | 21 | 2B | AF | 51 | 4B | 0 | 1F | EC | 44 | 29 |
| Octal | 41 | 53 | 257 | 121 | 113 | 0 | 37 | 354 | 104 | 51 |
| Binary | 100001 | 101011 | 10101111 | 1010001 | 1001011 | 0 | 11111 | 11101100 | 1000100 | 101001 |
Color Harmonies of #212BAF
Complementary color
Monochromatic Colors of #212BAF
Black with #212BAF
Text Example
Text Example
White with #212BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212BAF; }
p { color: rgb(33,43,175); }
H1.HeaderClassName
{
color: #212BAF;
}
.AnyTagClassName
{
color: #212BAF;
}
</style>
background-color css
<style>
a { background-color: #212BAF; }
a { background-color: rgb(33,43,175); }
div.DivClassName
{
background-color: #212BAF;
}
.BgClassName
{
background-color: #212BAF;
}
</style>
border-color css
<style>
span { border-color: #212BAF; }
span { border-color: rgb(33,43,175); }
td.TdClassName
{
border-color: #212BAF;
}
.TagClassName
{
border-color: #212BAF;
}
</style>