Shades of Persian Blue #2F40BE
Tints of Persian Blue #2F40BE
RGB
CMYK
RGB Variations
Color information
#2F40BE (or 0x2F40BE) is known color: Persian Blue. HEX triplet: 2F, 40 and BE. RGB value is (47,64,190). Sum of RGB (Red+Green+Blue) = 47+64+190=301 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.61% from 301); Green value is 64 (25.39% from 255 or 21.26% from 301); Blue value is 190 (74.61% from 255 or 63.12% from 301); Max value from RGB is 190 - color contains mainly: blue. Hex color #2F40BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F40BE is #D0BF41. Grayscale: #484848. Windows color (decimal): -13680450 or 12468271. OLE color: 12468271.
HSL color Cylindrical-coordinate representation of color #2F40BE: hue angle of 232.87º 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 #2F40BE is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 47 | 64 | 190 | - |
| CMYK | 0.75 | 0.66 | 0 | 0.25 |
| HSL | 232.87º | 0.6% | 0.46% | - |
| HSV(B) | 232.87º | 0.75% | 0.75% | - |
| XYZ | 12.3 | 7.99 | 49.61 | - |
| YUV | 73.28 | 193.87 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 64 | 190 | 0.75 | 0.66 | 0 | 0.25 | 232.87 | 0.6 | 0.46 |
| Hex | 2F | 40 | BE | 4B | 42 | 0 | 19 | E9 | 3C | 2E |
| Octal | 57 | 100 | 276 | 113 | 102 | 0 | 31 | 351 | 74 | 56 |
| Binary | 101111 | 1000000 | 10111110 | 1001011 | 1000010 | 0 | 11001 | 11101001 | 111100 | 101110 |
Color Harmonies of #2F40BE
Complementary color
Monochromatic Colors of #2F40BE
Black with #2F40BE
Text Example
Text Example
White with #2F40BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F40BE; }
p { color: rgb(47,64,190); }
H1.HeaderClassName
{
color: #2F40BE;
}
.AnyTagClassName
{
color: #2F40BE;
}
</style>
background-color css
<style>
a { background-color: #2F40BE; }
a { background-color: rgb(47,64,190); }
div.DivClassName
{
background-color: #2F40BE;
}
.BgClassName
{
background-color: #2F40BE;
}
</style>
border-color css
<style>
span { border-color: #2F40BE; }
span { border-color: rgb(47,64,190); }
td.TdClassName
{
border-color: #2F40BE;
}
.TagClassName
{
border-color: #2F40BE;
}
</style>