Shades of Persian Blue #2918BF
Tints of Persian Blue #2918BF
RGB
CMYK
RGB Variations
Color information
#2918BF (or 0x2918BF) is known color: Persian Blue. HEX triplet: 29, 18 and BF. RGB value is (41,24,191). Sum of RGB (Red+Green+Blue) = 41+24+191=256 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.02% from 256); Green value is 24 (9.77% from 255 or 9.38% from 256); Blue value is 191 (75% from 255 or 74.61% from 256); Max value from RGB is 191 - color contains mainly: blue. Hex color #2918BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2918BF is #D6E740. Grayscale: #2F2F2F. Windows color (decimal): -14083905 or 12523561. OLE color: 12523561.
HSL color Cylindrical-coordinate representation of color #2918BF: hue angle of 246.11º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2918BF is Cyan = 0.79, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 41 | 24 | 191 | - |
| CMYK | 0.79 | 0.87 | 0 | 0.25 |
| HSL | 246.11º | 0.78% | 0.42% | - |
| HSV(B) | 246.11º | 0.87% | 0.75% | - |
| XYZ | 10.65 | 4.89 | 49.67 | - |
| YUV | 48.12 | 208.63 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 24 | 191 | 0.79 | 0.87 | 0 | 0.25 | 246.11 | 0.78 | 0.42 |
| Hex | 29 | 18 | BF | 4F | 57 | 0 | 19 | F6 | 4E | 2A |
| Octal | 51 | 30 | 277 | 117 | 127 | 0 | 31 | 366 | 116 | 52 |
| Binary | 101001 | 11000 | 10111111 | 1001111 | 1010111 | 0 | 11001 | 11110110 | 1001110 | 101010 |
Color Harmonies of #2918BF
Complementary color
Monochromatic Colors of #2918BF
Black with #2918BF
Text Example
Text Example
White with #2918BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2918BF; }
p { color: rgb(41,24,191); }
H1.HeaderClassName
{
color: #2918BF;
}
.AnyTagClassName
{
color: #2918BF;
}
</style>
background-color css
<style>
a { background-color: #2918BF; }
a { background-color: rgb(41,24,191); }
div.DivClassName
{
background-color: #2918BF;
}
.BgClassName
{
background-color: #2918BF;
}
</style>
border-color css
<style>
span { border-color: #2918BF; }
span { border-color: rgb(41,24,191); }
td.TdClassName
{
border-color: #2918BF;
}
.TagClassName
{
border-color: #2918BF;
}
</style>