Shades of Persian Blue #3116CC
Tints of Persian Blue #3116CC
RGB
CMYK
RGB Variations
Color information
#3116CC (or 0x3116CC) is known color: Persian Blue. HEX triplet: 31, 16 and CC. RGB value is (49,22,204). Sum of RGB (Red+Green+Blue) = 49+22+204=275 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.82% from 275); Green value is 22 (8.98% from 255 or 8% from 275); Blue value is 204 (80.08% from 255 or 74.18% from 275); Max value from RGB is 204 - color contains mainly: blue. Hex color #3116CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3116CC is #CEE933. Grayscale: #323232. Windows color (decimal): -13560116 or 13375025. OLE color: 13375025.
HSL color Cylindrical-coordinate representation of color #3116CC: hue angle of 248.9º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3116CC is Cyan = 0.76, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 49 | 22 | 204 | - |
| CMYK | 0.76 | 0.89 | 0 | 0.2 |
| HSL | 248.9º | 0.81% | 0.44% | - |
| HSV(B) | 248.9º | 0.89% | 0.8% | - |
| XYZ | 12.45 | 5.59 | 57.55 | - |
| YUV | 50.82 | 214.45 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 22 | 204 | 0.76 | 0.89 | 0 | 0.2 | 248.9 | 0.81 | 0.44 |
| Hex | 31 | 16 | CC | 4C | 59 | 0 | 14 | F9 | 51 | 2C |
| Octal | 61 | 26 | 314 | 114 | 131 | 0 | 24 | 371 | 121 | 54 |
| Binary | 110001 | 10110 | 11001100 | 1001100 | 1011001 | 0 | 10100 | 11111001 | 1010001 | 101100 |
Color Harmonies of #3116CC
Complementary color
Monochromatic Colors of #3116CC
Black with #3116CC
Text Example
Text Example
White with #3116CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3116CC; }
p { color: rgb(49,22,204); }
H1.HeaderClassName
{
color: #3116CC;
}
.AnyTagClassName
{
color: #3116CC;
}
</style>
background-color css
<style>
a { background-color: #3116CC; }
a { background-color: rgb(49,22,204); }
div.DivClassName
{
background-color: #3116CC;
}
.BgClassName
{
background-color: #3116CC;
}
</style>
border-color css
<style>
span { border-color: #3116CC; }
span { border-color: rgb(49,22,204); }
td.TdClassName
{
border-color: #3116CC;
}
.TagClassName
{
border-color: #3116CC;
}
</style>