Shades of Persian Blue #3116B7
Tints of Persian Blue #3116B7
RGB
CMYK
RGB Variations
Color information
#3116B7 (or 0x3116B7) is known color: Persian Blue. HEX triplet: 31, 16 and B7. RGB value is (49,22,183). Sum of RGB (Red+Green+Blue) = 49+22+183=254 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.29% from 254); Green value is 22 (8.98% from 255 or 8.66% from 254); Blue value is 183 (71.88% from 255 or 72.05% from 254); Max value from RGB is 183 - color contains mainly: blue. Hex color #3116B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3116B7 is #CEE948. Grayscale: #2F2F2F. Windows color (decimal): -13560137 or 11998769. OLE color: 11998769.
HSL color Cylindrical-coordinate representation of color #3116B7: hue angle of 250.06º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3116B7 is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 49 | 22 | 183 | - |
| CMYK | 0.73 | 0.88 | 0 | 0.28 |
| HSL | 250.06º | 0.79% | 0.4% | - |
| HSV(B) | 250.06º | 0.88% | 0.72% | - |
| XYZ | 10.1 | 4.65 | 45.16 | - |
| YUV | 48.43 | 203.95 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 22 | 183 | 0.73 | 0.88 | 0 | 0.28 | 250.06 | 0.79 | 0.4 |
| Hex | 31 | 16 | B7 | 49 | 58 | 0 | 1C | FA | 4F | 28 |
| Octal | 61 | 26 | 267 | 111 | 130 | 0 | 34 | 372 | 117 | 50 |
| Binary | 110001 | 10110 | 10110111 | 1001001 | 1011000 | 0 | 11100 | 11111010 | 1001111 | 101000 |
Color Harmonies of #3116B7
Complementary color
Monochromatic Colors of #3116B7
Black with #3116B7
Text Example
Text Example
White with #3116B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3116B7; }
p { color: rgb(49,22,183); }
H1.HeaderClassName
{
color: #3116B7;
}
.AnyTagClassName
{
color: #3116B7;
}
</style>
background-color css
<style>
a { background-color: #3116B7; }
a { background-color: rgb(49,22,183); }
div.DivClassName
{
background-color: #3116B7;
}
.BgClassName
{
background-color: #3116B7;
}
</style>
border-color css
<style>
span { border-color: #3116B7; }
span { border-color: rgb(49,22,183); }
td.TdClassName
{
border-color: #3116B7;
}
.TagClassName
{
border-color: #3116B7;
}
</style>