Shades of Persian Blue #3137B9
Tints of Persian Blue #3137B9
RGB
CMYK
RGB Variations
Color information
#3137B9 (or 0x3137B9) is known color: Persian Blue. HEX triplet: 31, 37 and B9. RGB value is (49,55,185). Sum of RGB (Red+Green+Blue) = 49+55+185=289 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.96% from 289); Green value is 55 (21.88% from 255 or 19.03% from 289); Blue value is 185 (72.66% from 255 or 64.01% from 289); Max value from RGB is 185 - color contains mainly: blue. Hex color #3137B9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3137B9 is #CEC846. Grayscale: #434343. Windows color (decimal): -13551687 or 12138289. OLE color: 12138289.
HSL color Cylindrical-coordinate representation of color #3137B9: hue angle of 237.35º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3137B9 is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 55 | 185 | - |
| CMYK | 0.74 | 0.70 | 0 | 0.27 |
| HSL | 237.35º | 0.58% | 0.46% | - |
| HSV(B) | 237.35º | 0.74% | 0.73% | - |
| XYZ | 11.39 | 6.89 | 46.63 | - |
| YUV | 68.03 | 194.01 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 55 | 185 | 0.74 | 0.70 | 0 | 0.27 | 237.35 | 0.58 | 0.46 |
| Hex | 31 | 37 | B9 | 4A | 46 | 0 | 1B | ED | 3A | 2E |
| Octal | 61 | 67 | 271 | 112 | 106 | 0 | 33 | 355 | 72 | 56 |
| Binary | 110001 | 110111 | 10111001 | 1001010 | 1000110 | 0 | 11011 | 11101101 | 111010 | 101110 |
Color Harmonies of #3137B9
Complementary color
Monochromatic Colors of #3137B9
Black with #3137B9
Text Example
Text Example
White with #3137B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3137B9; }
p { color: rgb(49,55,185); }
H1.HeaderClassName
{
color: #3137B9;
}
.AnyTagClassName
{
color: #3137B9;
}
</style>
background-color css
<style>
a { background-color: #3137B9; }
a { background-color: rgb(49,55,185); }
div.DivClassName
{
background-color: #3137B9;
}
.BgClassName
{
background-color: #3137B9;
}
</style>
border-color css
<style>
span { border-color: #3137B9; }
span { border-color: rgb(49,55,185); }
td.TdClassName
{
border-color: #3137B9;
}
.TagClassName
{
border-color: #3137B9;
}
</style>