Shades of Persian Blue #2F18C0
Tints of Persian Blue #2F18C0
RGB
CMYK
RGB Variations
Color information
#2F18C0 (or 0x2F18C0) is known color: Persian Blue. HEX triplet: 2F, 18 and C0. RGB value is (47,24,192). Sum of RGB (Red+Green+Blue) = 47+24+192=263 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.87% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 192 (75.39% from 255 or 73.00% from 263); Max value from RGB is 192 - color contains mainly: blue. Hex color #2F18C0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F18C0 is #D0E73F. Grayscale: #313131. Windows color (decimal): -13690688 or 12589103. OLE color: 12589103.
HSL color Cylindrical-coordinate representation of color #2F18C0: hue angle of 248.21º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2F18C0 is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 47 | 24 | 192 | - |
| CMYK | 0.76 | 0.88 | 0 | 0.25 |
| HSL | 248.21º | 0.78% | 0.42% | - |
| HSV(B) | 248.21º | 0.88% | 0.75% | - |
| XYZ | 11.01 | 5.06 | 50.27 | - |
| YUV | 50.03 | 208.12 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 24 | 192 | 0.76 | 0.88 | 0 | 0.25 | 248.21 | 0.78 | 0.42 |
| Hex | 2F | 18 | C0 | 4C | 58 | 0 | 19 | F8 | 4E | 2A |
| Octal | 57 | 30 | 300 | 114 | 130 | 0 | 31 | 370 | 116 | 52 |
| Binary | 101111 | 11000 | 11000000 | 1001100 | 1011000 | 0 | 11001 | 11111000 | 1001110 | 101010 |
Color Harmonies of #2F18C0
Complementary color
Monochromatic Colors of #2F18C0
Black with #2F18C0
Text Example
Text Example
White with #2F18C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F18C0; }
p { color: rgb(47,24,192); }
H1.HeaderClassName
{
color: #2F18C0;
}
.AnyTagClassName
{
color: #2F18C0;
}
</style>
background-color css
<style>
a { background-color: #2F18C0; }
a { background-color: rgb(47,24,192); }
div.DivClassName
{
background-color: #2F18C0;
}
.BgClassName
{
background-color: #2F18C0;
}
</style>
border-color css
<style>
span { border-color: #2F18C0; }
span { border-color: rgb(47,24,192); }
td.TdClassName
{
border-color: #2F18C0;
}
.TagClassName
{
border-color: #2F18C0;
}
</style>