Shades of Persian Blue #2F32BA
Tints of Persian Blue #2F32BA
RGB
CMYK
RGB Variations
Color information
#2F32BA (or 0x2F32BA) is known color: Persian Blue. HEX triplet: 2F, 32 and BA. RGB value is (47,50,186). Sum of RGB (Red+Green+Blue) = 47+50+186=283 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.61% from 283); Green value is 50 (19.92% from 255 or 17.67% from 283); Blue value is 186 (73.05% from 255 or 65.72% from 283); Max value from RGB is 186 - color contains mainly: blue. Hex color #2F32BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F32BA is #D0CD45. Grayscale: #404040. Windows color (decimal): -13684038 or 12202543. OLE color: 12202543.
HSL color Cylindrical-coordinate representation of color #2F32BA: hue angle of 238.71º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F32BA is Cyan = 0.75, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 50 | 186 | - |
| CMYK | 0.75 | 0.73 | 0 | 0.27 |
| HSL | 238.71º | 0.6% | 0.46% | - |
| HSV(B) | 238.71º | 0.75% | 0.73% | - |
| XYZ | 11.18 | 6.43 | 47.11 | - |
| YUV | 64.61 | 196.51 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 50 | 186 | 0.75 | 0.73 | 0 | 0.27 | 238.71 | 0.6 | 0.46 |
| Hex | 2F | 32 | BA | 4B | 49 | 0 | 1B | EF | 3C | 2E |
| Octal | 57 | 62 | 272 | 113 | 111 | 0 | 33 | 357 | 74 | 56 |
| Binary | 101111 | 110010 | 10111010 | 1001011 | 1001001 | 0 | 11011 | 11101111 | 111100 | 101110 |
Color Harmonies of #2F32BA
Complementary color
Monochromatic Colors of #2F32BA
Black with #2F32BA
Text Example
Text Example
White with #2F32BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F32BA; }
p { color: rgb(47,50,186); }
H1.HeaderClassName
{
color: #2F32BA;
}
.AnyTagClassName
{
color: #2F32BA;
}
</style>
background-color css
<style>
a { background-color: #2F32BA; }
a { background-color: rgb(47,50,186); }
div.DivClassName
{
background-color: #2F32BA;
}
.BgClassName
{
background-color: #2F32BA;
}
</style>
border-color css
<style>
span { border-color: #2F32BA; }
span { border-color: rgb(47,50,186); }
td.TdClassName
{
border-color: #2F32BA;
}
.TagClassName
{
border-color: #2F32BA;
}
</style>