Shades of Persian Blue #212FEB
Tints of Persian Blue #212FEB
RGB
CMYK
RGB Variations
Color information
#212FEB (or 0x212FEB) is known color: Persian Blue. HEX triplet: 21, 2F and EB. RGB value is (33,47,235). Sum of RGB (Red+Green+Blue) = 33+47+235=315 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.48% from 315); Green value is 47 (18.75% from 255 or 14.92% from 315); Blue value is 235 (92.19% from 255 or 74.60% from 315); Max value from RGB is 235 - color contains mainly: blue. Hex color #212FEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #212FEB is #DED014. Grayscale: #3F3F3F. Windows color (decimal): -14602261 or 15413025. OLE color: 15413025.
HSL color Cylindrical-coordinate representation of color #212FEB: hue angle of 235.84º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #212FEB is Cyan = 0.86, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 33 | 47 | 235 | - |
| CMYK | 0.86 | 0.8 | 0 | 0.08 |
| HSL | 235.84º | 0.83% | 0.53% | - |
| HSV(B) | 235.84º | 0.86% | 0.92% | - |
| XYZ | 16.64 | 8.35 | 79.33 | - |
| YUV | 64.25 | 224.36 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 47 | 235 | 0.86 | 0.8 | 0 | 0.08 | 235.84 | 0.83 | 0.53 |
| Hex | 21 | 2F | EB | 56 | 50 | 0 | 8 | EC | 53 | 35 |
| Octal | 41 | 57 | 353 | 126 | 120 | 0 | 10 | 354 | 123 | 65 |
| Binary | 100001 | 101111 | 11101011 | 1010110 | 1010000 | 0 | 1000 | 11101100 | 1010011 | 110101 |
Color Harmonies of #212FEB
Complementary color
Monochromatic Colors of #212FEB
Black with #212FEB
Text Example
Text Example
White with #212FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212FEB; }
p { color: rgb(33,47,235); }
H1.HeaderClassName
{
color: #212FEB;
}
.AnyTagClassName
{
color: #212FEB;
}
</style>
background-color css
<style>
a { background-color: #212FEB; }
a { background-color: rgb(33,47,235); }
div.DivClassName
{
background-color: #212FEB;
}
.BgClassName
{
background-color: #212FEB;
}
</style>
border-color css
<style>
span { border-color: #212FEB; }
span { border-color: rgb(33,47,235); }
td.TdClassName
{
border-color: #212FEB;
}
.TagClassName
{
border-color: #212FEB;
}
</style>