Shades of Persian Blue #212EBA
Tints of Persian Blue #212EBA
RGB
CMYK
RGB Variations
Color information
#212EBA (or 0x212EBA) is known color: Persian Blue. HEX triplet: 21, 2E and BA. RGB value is (33,46,186). Sum of RGB (Red+Green+Blue) = 33+46+186=265 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.45% from 265); Green value is 46 (18.36% from 255 or 17.36% from 265); Blue value is 186 (73.05% from 255 or 70.19% from 265); Max value from RGB is 186 - color contains mainly: blue. Hex color #212EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212EBA is #DED145. Grayscale: #393939. Windows color (decimal): -14602566 or 12201505. OLE color: 12201505.
HSL color Cylindrical-coordinate representation of color #212EBA: hue angle of 234.9º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #212EBA is Cyan = 0.82, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 46 | 186 | - |
| CMYK | 0.82 | 0.75 | 0 | 0.27 |
| HSL | 234.9º | 0.7% | 0.43% | - |
| HSV(B) | 234.9º | 0.82% | 0.73% | - |
| XYZ | 10.47 | 5.82 | 47.03 | - |
| YUV | 58.07 | 200.19 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 46 | 186 | 0.82 | 0.75 | 0 | 0.27 | 234.9 | 0.7 | 0.43 |
| Hex | 21 | 2E | BA | 52 | 4B | 0 | 1B | EB | 46 | 2B |
| Octal | 41 | 56 | 272 | 122 | 113 | 0 | 33 | 353 | 106 | 53 |
| Binary | 100001 | 101110 | 10111010 | 1010010 | 1001011 | 0 | 11011 | 11101011 | 1000110 | 101011 |
Color Harmonies of #212EBA
Complementary color
Monochromatic Colors of #212EBA
Black with #212EBA
Text Example
Text Example
White with #212EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212EBA; }
p { color: rgb(33,46,186); }
H1.HeaderClassName
{
color: #212EBA;
}
.AnyTagClassName
{
color: #212EBA;
}
</style>
background-color css
<style>
a { background-color: #212EBA; }
a { background-color: rgb(33,46,186); }
div.DivClassName
{
background-color: #212EBA;
}
.BgClassName
{
background-color: #212EBA;
}
</style>
border-color css
<style>
span { border-color: #212EBA; }
span { border-color: rgb(33,46,186); }
td.TdClassName
{
border-color: #212EBA;
}
.TagClassName
{
border-color: #212EBA;
}
</style>