Shades of Persian Blue #2F17BC
Tints of Persian Blue #2F17BC
RGB
CMYK
RGB Variations
Color information
#2F17BC (or 0x2F17BC) is known color: Persian Blue. HEX triplet: 2F, 17 and BC. RGB value is (47,23,188). Sum of RGB (Red+Green+Blue) = 47+23+188=258 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.22% from 258); Green value is 23 (9.38% from 255 or 8.91% from 258); Blue value is 188 (73.83% from 255 or 72.87% from 258); Max value from RGB is 188 - color contains mainly: blue. Hex color #2F17BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F17BC is #D0E843. Grayscale: #303030. Windows color (decimal): -13690948 or 12326703. OLE color: 12326703.
HSL color Cylindrical-coordinate representation of color #2F17BC: hue angle of 248.73º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2F17BC is Cyan = 0.75, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 23 | 188 | - |
| CMYK | 0.75 | 0.88 | 0 | 0.26 |
| HSL | 248.73º | 0.78% | 0.41% | - |
| HSV(B) | 248.73º | 0.88% | 0.74% | - |
| XYZ | 10.56 | 4.85 | 47.96 | - |
| YUV | 48.99 | 206.45 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 23 | 188 | 0.75 | 0.88 | 0 | 0.26 | 248.73 | 0.78 | 0.41 |
| Hex | 2F | 17 | BC | 4B | 58 | 0 | 1A | F9 | 4E | 29 |
| Octal | 57 | 27 | 274 | 113 | 130 | 0 | 32 | 371 | 116 | 51 |
| Binary | 101111 | 10111 | 10111100 | 1001011 | 1011000 | 0 | 11010 | 11111001 | 1001110 | 101001 |
Color Harmonies of #2F17BC
Complementary color
Monochromatic Colors of #2F17BC
Black with #2F17BC
Text Example
Text Example
White with #2F17BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F17BC; }
p { color: rgb(47,23,188); }
H1.HeaderClassName
{
color: #2F17BC;
}
.AnyTagClassName
{
color: #2F17BC;
}
</style>
background-color css
<style>
a { background-color: #2F17BC; }
a { background-color: rgb(47,23,188); }
div.DivClassName
{
background-color: #2F17BC;
}
.BgClassName
{
background-color: #2F17BC;
}
</style>
border-color css
<style>
span { border-color: #2F17BC; }
span { border-color: rgb(47,23,188); }
td.TdClassName
{
border-color: #2F17BC;
}
.TagClassName
{
border-color: #2F17BC;
}
</style>