Shades of Persian Blue #2F32BE
Tints of Persian Blue #2F32BE
RGB
CMYK
RGB Variations
Color information
#2F32BE (or 0x2F32BE) is known color: Persian Blue. HEX triplet: 2F, 32 and BE. RGB value is (47,50,190). Sum of RGB (Red+Green+Blue) = 47+50+190=287 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.38% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 190 (74.61% from 255 or 66.20% from 287); Max value from RGB is 190 - color contains mainly: blue. Hex color #2F32BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F32BE is #D0CD41. Grayscale: #404040. Windows color (decimal): -13684034 or 12464687. OLE color: 12464687.
HSL color Cylindrical-coordinate representation of color #2F32BE: hue angle of 238.74º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F32BE is Cyan = 0.75, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 47 | 50 | 190 | - |
| CMYK | 0.75 | 0.74 | 0 | 0.25 |
| HSL | 238.74º | 0.6% | 0.46% | - |
| HSV(B) | 238.74º | 0.75% | 0.75% | - |
| XYZ | 11.61 | 6.6 | 49.38 | - |
| YUV | 65.06 | 198.51 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 50 | 190 | 0.75 | 0.74 | 0 | 0.25 | 238.74 | 0.6 | 0.46 |
| Hex | 2F | 32 | BE | 4B | 4A | 0 | 19 | EF | 3C | 2E |
| Octal | 57 | 62 | 276 | 113 | 112 | 0 | 31 | 357 | 74 | 56 |
| Binary | 101111 | 110010 | 10111110 | 1001011 | 1001010 | 0 | 11001 | 11101111 | 111100 | 101110 |
Color Harmonies of #2F32BE
Complementary color
Monochromatic Colors of #2F32BE
Black with #2F32BE
Text Example
Text Example
White with #2F32BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F32BE; }
p { color: rgb(47,50,190); }
H1.HeaderClassName
{
color: #2F32BE;
}
.AnyTagClassName
{
color: #2F32BE;
}
</style>
background-color css
<style>
a { background-color: #2F32BE; }
a { background-color: rgb(47,50,190); }
div.DivClassName
{
background-color: #2F32BE;
}
.BgClassName
{
background-color: #2F32BE;
}
</style>
border-color css
<style>
span { border-color: #2F32BE; }
span { border-color: rgb(47,50,190); }
td.TdClassName
{
border-color: #2F32BE;
}
.TagClassName
{
border-color: #2F32BE;
}
</style>