Shades of Persian Blue #3118CE
Tints of Persian Blue #3118CE
RGB
CMYK
RGB Variations
Color information
#3118CE (or 0x3118CE) is known color: Persian Blue. HEX triplet: 31, 18 and CE. RGB value is (49,24,206). Sum of RGB (Red+Green+Blue) = 49+24+206=279 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.56% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 206 (80.86% from 255 or 73.84% from 279); Max value from RGB is 206 - color contains mainly: blue. Hex color #3118CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3118CE is #CEE731. Grayscale: #333333. Windows color (decimal): -13559602 or 13506609. OLE color: 13506609.
HSL color Cylindrical-coordinate representation of color #3118CE: hue angle of 248.24º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3118CE is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 24 | 206 | - |
| CMYK | 0.76 | 0.88 | 0 | 0.19 |
| HSL | 248.24º | 0.79% | 0.45% | - |
| HSV(B) | 248.24º | 0.88% | 0.81% | - |
| XYZ | 12.73 | 5.76 | 58.83 | - |
| YUV | 52.22 | 214.78 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 24 | 206 | 0.76 | 0.88 | 0 | 0.19 | 248.24 | 0.79 | 0.45 |
| Hex | 31 | 18 | CE | 4C | 58 | 0 | 13 | F8 | 4F | 2D |
| Octal | 61 | 30 | 316 | 114 | 130 | 0 | 23 | 370 | 117 | 55 |
| Binary | 110001 | 11000 | 11001110 | 1001100 | 1011000 | 0 | 10011 | 11111000 | 1001111 | 101101 |
Color Harmonies of #3118CE
Complementary color
Monochromatic Colors of #3118CE
Black with #3118CE
Text Example
Text Example
White with #3118CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3118CE; }
p { color: rgb(49,24,206); }
H1.HeaderClassName
{
color: #3118CE;
}
.AnyTagClassName
{
color: #3118CE;
}
</style>
background-color css
<style>
a { background-color: #3118CE; }
a { background-color: rgb(49,24,206); }
div.DivClassName
{
background-color: #3118CE;
}
.BgClassName
{
background-color: #3118CE;
}
</style>
border-color css
<style>
span { border-color: #3118CE; }
span { border-color: rgb(49,24,206); }
td.TdClassName
{
border-color: #3118CE;
}
.TagClassName
{
border-color: #3118CE;
}
</style>