Shades of Persian Blue #2F2DBE
Tints of Persian Blue #2F2DBE
RGB
CMYK
RGB Variations
Color information
#2F2DBE (or 0x2F2DBE) is known color: Persian Blue. HEX triplet: 2F, 2D and BE. RGB value is (47,45,190). Sum of RGB (Red+Green+Blue) = 47+45+190=282 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.67% from 282); Green value is 45 (17.97% from 255 or 15.96% from 282); Blue value is 190 (74.61% from 255 or 67.38% from 282); Max value from RGB is 190 - color contains mainly: blue. Hex color #2F2DBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F2DBE is #D0D241. Grayscale: #3D3D3D. Windows color (decimal): -13685314 or 12463407. OLE color: 12463407.
HSL color Cylindrical-coordinate representation of color #2F2DBE: hue angle of 240.83º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2F2DBE is Cyan = 0.75, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 47 | 45 | 190 | - |
| CMYK | 0.75 | 0.76 | 0 | 0.25 |
| HSL | 240.83º | 0.62% | 0.46% | - |
| HSV(B) | 240.83º | 0.76% | 0.75% | - |
| XYZ | 11.4 | 6.2 | 49.31 | - |
| YUV | 62.13 | 200.16 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 45 | 190 | 0.75 | 0.76 | 0 | 0.25 | 240.83 | 0.62 | 0.46 |
| Hex | 2F | 2D | BE | 4B | 4C | 0 | 19 | F1 | 3E | 2E |
| Octal | 57 | 55 | 276 | 113 | 114 | 0 | 31 | 361 | 76 | 56 |
| Binary | 101111 | 101101 | 10111110 | 1001011 | 1001100 | 0 | 11001 | 11110001 | 111110 | 101110 |
Color Harmonies of #2F2DBE
Complementary color
Monochromatic Colors of #2F2DBE
Black with #2F2DBE
Text Example
Text Example
White with #2F2DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2DBE; }
p { color: rgb(47,45,190); }
H1.HeaderClassName
{
color: #2F2DBE;
}
.AnyTagClassName
{
color: #2F2DBE;
}
</style>
background-color css
<style>
a { background-color: #2F2DBE; }
a { background-color: rgb(47,45,190); }
div.DivClassName
{
background-color: #2F2DBE;
}
.BgClassName
{
background-color: #2F2DBE;
}
</style>
border-color css
<style>
span { border-color: #2F2DBE; }
span { border-color: rgb(47,45,190); }
td.TdClassName
{
border-color: #2F2DBE;
}
.TagClassName
{
border-color: #2F2DBE;
}
</style>