Shades of Persian Blue #2F15BC
Tints of Persian Blue #2F15BC
RGB
CMYK
RGB Variations
Color information
#2F15BC (or 0x2F15BC) is known color: Persian Blue. HEX triplet: 2F, 15 and BC. RGB value is (47,21,188). Sum of RGB (Red+Green+Blue) = 47+21+188=256 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.36% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 188 (73.83% from 255 or 73.44% from 256); Max value from RGB is 188 - color contains mainly: blue. Hex color #2F15BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F15BC is #D0EA43. Grayscale: #2F2F2F. Windows color (decimal): -13691460 or 12326191. OLE color: 12326191.
HSL color Cylindrical-coordinate representation of color #2F15BC: hue angle of 249.34º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2F15BC is Cyan = 0.75, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 21 | 188 | - |
| CMYK | 0.75 | 0.89 | 0 | 0.26 |
| HSL | 249.34º | 0.8% | 0.41% | - |
| HSV(B) | 249.34º | 0.89% | 0.74% | - |
| XYZ | 10.52 | 4.77 | 47.94 | - |
| YUV | 47.81 | 207.11 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 21 | 188 | 0.75 | 0.89 | 0 | 0.26 | 249.34 | 0.8 | 0.41 |
| Hex | 2F | 15 | BC | 4B | 59 | 0 | 1A | F9 | 50 | 29 |
| Octal | 57 | 25 | 274 | 113 | 131 | 0 | 32 | 371 | 120 | 51 |
| Binary | 101111 | 10101 | 10111100 | 1001011 | 1011001 | 0 | 11010 | 11111001 | 1010000 | 101001 |
Color Harmonies of #2F15BC
Complementary color
Monochromatic Colors of #2F15BC
Black with #2F15BC
Text Example
Text Example
White with #2F15BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F15BC; }
p { color: rgb(47,21,188); }
H1.HeaderClassName
{
color: #2F15BC;
}
.AnyTagClassName
{
color: #2F15BC;
}
</style>
background-color css
<style>
a { background-color: #2F15BC; }
a { background-color: rgb(47,21,188); }
div.DivClassName
{
background-color: #2F15BC;
}
.BgClassName
{
background-color: #2F15BC;
}
</style>
border-color css
<style>
span { border-color: #2F15BC; }
span { border-color: rgb(47,21,188); }
td.TdClassName
{
border-color: #2F15BC;
}
.TagClassName
{
border-color: #2F15BC;
}
</style>