Shades of Persian Blue #212FB2
Tints of Persian Blue #212FB2
RGB
CMYK
RGB Variations
Color information
#212FB2 (or 0x212FB2) is known color: Persian Blue. HEX triplet: 21, 2F and B2. RGB value is (33,47,178). Sum of RGB (Red+Green+Blue) = 33+47+178=258 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.79% from 258); Green value is 47 (18.75% from 255 or 18.22% from 258); Blue value is 178 (69.92% from 255 or 68.99% from 258); Max value from RGB is 178 - color contains mainly: blue. Hex color #212FB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212FB2 is #DED04D. Grayscale: #393939. Windows color (decimal): -14602318 or 11677473. OLE color: 11677473.
HSL color Cylindrical-coordinate representation of color #212FB2: hue angle of 234.21º 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 #212FB2 is Cyan = 0.81, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 33 | 47 | 178 | - |
| CMYK | 0.81 | 0.74 | 0 | 0.30 |
| HSL | 234.21º | 0.69% | 0.41% | - |
| HSV(B) | 234.21º | 0.81% | 0.7% | - |
| XYZ | 9.68 | 5.57 | 42.68 | - |
| YUV | 57.75 | 195.86 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 47 | 178 | 0.81 | 0.74 | 0 | 0.30 | 234.21 | 0.69 | 0.41 |
| Hex | 21 | 2F | B2 | 51 | 4A | 0 | 1E | EA | 45 | 29 |
| Octal | 41 | 57 | 262 | 121 | 112 | 0 | 36 | 352 | 105 | 51 |
| Binary | 100001 | 101111 | 10110010 | 1010001 | 1001010 | 0 | 11110 | 11101010 | 1000101 | 101001 |
Color Harmonies of #212FB2
Complementary color
Monochromatic Colors of #212FB2
Black with #212FB2
Text Example
Text Example
White with #212FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212FB2; }
p { color: rgb(33,47,178); }
H1.HeaderClassName
{
color: #212FB2;
}
.AnyTagClassName
{
color: #212FB2;
}
</style>
background-color css
<style>
a { background-color: #212FB2; }
a { background-color: rgb(33,47,178); }
div.DivClassName
{
background-color: #212FB2;
}
.BgClassName
{
background-color: #212FB2;
}
</style>
border-color css
<style>
span { border-color: #212FB2; }
span { border-color: rgb(33,47,178); }
td.TdClassName
{
border-color: #212FB2;
}
.TagClassName
{
border-color: #212FB2;
}
</style>