Shades of Persian Blue #212FBA
Tints of Persian Blue #212FBA
RGB
CMYK
RGB Variations
Color information
#212FBA (or 0x212FBA) is known color: Persian Blue. HEX triplet: 21, 2F and BA. RGB value is (33,47,186). Sum of RGB (Red+Green+Blue) = 33+47+186=266 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.41% from 266); Green value is 47 (18.75% from 255 or 17.67% from 266); Blue value is 186 (73.05% from 255 or 69.92% from 266); Max value from RGB is 186 - color contains mainly: blue. Hex color #212FBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212FBA is #DED045. Grayscale: #3A3A3A. Windows color (decimal): -14602310 or 12201761. OLE color: 12201761.
HSL color Cylindrical-coordinate representation of color #212FBA: hue angle of 234.51º 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 #212FBA is Cyan = 0.82, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 47 | 186 | - |
| CMYK | 0.82 | 0.75 | 0 | 0.27 |
| HSL | 234.51º | 0.7% | 0.43% | - |
| HSV(B) | 234.51º | 0.82% | 0.73% | - |
| XYZ | 10.51 | 5.9 | 47.04 | - |
| YUV | 58.66 | 199.86 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 47 | 186 | 0.82 | 0.75 | 0 | 0.27 | 234.51 | 0.7 | 0.43 |
| Hex | 21 | 2F | BA | 52 | 4B | 0 | 1B | EB | 46 | 2B |
| Octal | 41 | 57 | 272 | 122 | 113 | 0 | 33 | 353 | 106 | 53 |
| Binary | 100001 | 101111 | 10111010 | 1010010 | 1001011 | 0 | 11011 | 11101011 | 1000110 | 101011 |
Color Harmonies of #212FBA
Complementary color
Monochromatic Colors of #212FBA
Black with #212FBA
Text Example
Text Example
White with #212FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212FBA; }
p { color: rgb(33,47,186); }
H1.HeaderClassName
{
color: #212FBA;
}
.AnyTagClassName
{
color: #212FBA;
}
</style>
background-color css
<style>
a { background-color: #212FBA; }
a { background-color: rgb(33,47,186); }
div.DivClassName
{
background-color: #212FBA;
}
.BgClassName
{
background-color: #212FBA;
}
</style>
border-color css
<style>
span { border-color: #212FBA; }
span { border-color: rgb(33,47,186); }
td.TdClassName
{
border-color: #212FBA;
}
.TagClassName
{
border-color: #212FBA;
}
</style>