Shades of Persian Blue #3137DB
Tints of Persian Blue #3137DB
RGB
CMYK
RGB Variations
Color information
#3137DB (or 0x3137DB) is known color: Persian Blue. HEX triplet: 31, 37 and DB. RGB value is (49,55,219). Sum of RGB (Red+Green+Blue) = 49+55+219=323 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.17% from 323); Green value is 55 (21.88% from 255 or 17.03% from 323); Blue value is 219 (85.94% from 255 or 67.80% from 323); Max value from RGB is 219 - color contains mainly: blue. Hex color #3137DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3137DB is #CEC824. Grayscale: #474747. Windows color (decimal): -13551653 or 14366513. OLE color: 14366513.
HSL color Cylindrical-coordinate representation of color #3137DB: hue angle of 237.88º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3137DB is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 55 | 219 | - |
| CMYK | 0.78 | 0.75 | 0 | 0.14 |
| HSL | 237.88º | 0.7% | 0.53% | - |
| HSV(B) | 237.88º | 0.78% | 0.86% | - |
| XYZ | 15.42 | 8.5 | 67.85 | - |
| YUV | 71.9 | 211.01 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 55 | 219 | 0.78 | 0.75 | 0 | 0.14 | 237.88 | 0.7 | 0.53 |
| Hex | 31 | 37 | DB | 4E | 4B | 0 | E | EE | 46 | 35 |
| Octal | 61 | 67 | 333 | 116 | 113 | 0 | 16 | 356 | 106 | 65 |
| Binary | 110001 | 110111 | 11011011 | 1001110 | 1001011 | 0 | 1110 | 11101110 | 1000110 | 110101 |
Color Harmonies of #3137DB
Complementary color
Monochromatic Colors of #3137DB
Black with #3137DB
Text Example
Text Example
White with #3137DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3137DB; }
p { color: rgb(49,55,219); }
H1.HeaderClassName
{
color: #3137DB;
}
.AnyTagClassName
{
color: #3137DB;
}
</style>
background-color css
<style>
a { background-color: #3137DB; }
a { background-color: rgb(49,55,219); }
div.DivClassName
{
background-color: #3137DB;
}
.BgClassName
{
background-color: #3137DB;
}
</style>
border-color css
<style>
span { border-color: #3137DB; }
span { border-color: rgb(49,55,219); }
td.TdClassName
{
border-color: #3137DB;
}
.TagClassName
{
border-color: #3137DB;
}
</style>