Shades of Persian Blue #2F2DBB
Tints of Persian Blue #2F2DBB
RGB
CMYK
RGB Variations
Color information
#2F2DBB (or 0x2F2DBB) is known color: Persian Blue. HEX triplet: 2F, 2D and BB. RGB value is (47,45,187). Sum of RGB (Red+Green+Blue) = 47+45+187=279 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.85% from 279); Green value is 45 (17.97% from 255 or 16.13% from 279); Blue value is 187 (73.44% from 255 or 67.03% from 279); Max value from RGB is 187 - color contains mainly: blue. Hex color #2F2DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F2DBB is #D0D244. Grayscale: #3D3D3D. Windows color (decimal): -13685317 or 12266799. OLE color: 12266799.
HSL color Cylindrical-coordinate representation of color #2F2DBB: hue angle of 240.85º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2F2DBB is Cyan = 0.75, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 45 | 187 | - |
| CMYK | 0.75 | 0.76 | 0 | 0.27 |
| HSL | 240.85º | 0.61% | 0.45% | - |
| HSV(B) | 240.85º | 0.76% | 0.73% | - |
| XYZ | 11.08 | 6.07 | 47.6 | - |
| YUV | 61.79 | 198.66 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 45 | 187 | 0.75 | 0.76 | 0 | 0.27 | 240.85 | 0.61 | 0.45 |
| Hex | 2F | 2D | BB | 4B | 4C | 0 | 1B | F1 | 3D | 2D |
| Octal | 57 | 55 | 273 | 113 | 114 | 0 | 33 | 361 | 75 | 55 |
| Binary | 101111 | 101101 | 10111011 | 1001011 | 1001100 | 0 | 11011 | 11110001 | 111101 | 101101 |
Color Harmonies of #2F2DBB
Complementary color
Monochromatic Colors of #2F2DBB
Black with #2F2DBB
Text Example
Text Example
White with #2F2DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2DBB; }
p { color: rgb(47,45,187); }
H1.HeaderClassName
{
color: #2F2DBB;
}
.AnyTagClassName
{
color: #2F2DBB;
}
</style>
background-color css
<style>
a { background-color: #2F2DBB; }
a { background-color: rgb(47,45,187); }
div.DivClassName
{
background-color: #2F2DBB;
}
.BgClassName
{
background-color: #2F2DBB;
}
</style>
border-color css
<style>
span { border-color: #2F2DBB; }
span { border-color: rgb(47,45,187); }
td.TdClassName
{
border-color: #2F2DBB;
}
.TagClassName
{
border-color: #2F2DBB;
}
</style>