Shades of Persian Blue #3137AD
Tints of Persian Blue #3137AD
RGB
CMYK
RGB Variations
Color information
#3137AD (or 0x3137AD) is known color: Persian Blue. HEX triplet: 31, 37 and AD. RGB value is (49,55,173). Sum of RGB (Red+Green+Blue) = 49+55+173=277 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.69% from 277); Green value is 55 (21.88% from 255 or 19.86% from 277); Blue value is 173 (67.97% from 255 or 62.45% from 277); Max value from RGB is 173 - color contains mainly: blue. Hex color #3137AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3137AD is #CEC852. Grayscale: #424242. Windows color (decimal): -13551699 or 11351857. OLE color: 11351857.
HSL color Cylindrical-coordinate representation of color #3137AD: hue angle of 237.1º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3137AD is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 49 | 55 | 173 | - |
| CMYK | 0.72 | 0.68 | 0 | 0.32 |
| HSL | 237.1º | 0.56% | 0.44% | - |
| HSV(B) | 237.1º | 0.72% | 0.68% | - |
| XYZ | 10.18 | 6.4 | 40.23 | - |
| YUV | 66.66 | 188.01 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 55 | 173 | 0.72 | 0.68 | 0 | 0.32 | 237.1 | 0.56 | 0.44 |
| Hex | 31 | 37 | AD | 48 | 44 | 0 | 20 | ED | 38 | 2C |
| Octal | 61 | 67 | 255 | 110 | 104 | 0 | 40 | 355 | 70 | 54 |
| Binary | 110001 | 110111 | 10101101 | 1001000 | 1000100 | 0 | 100000 | 11101101 | 111000 | 101100 |
Color Harmonies of #3137AD
Complementary color
Monochromatic Colors of #3137AD
Black with #3137AD
Text Example
Text Example
White with #3137AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3137AD; }
p { color: rgb(49,55,173); }
H1.HeaderClassName
{
color: #3137AD;
}
.AnyTagClassName
{
color: #3137AD;
}
</style>
background-color css
<style>
a { background-color: #3137AD; }
a { background-color: rgb(49,55,173); }
div.DivClassName
{
background-color: #3137AD;
}
.BgClassName
{
background-color: #3137AD;
}
</style>
border-color css
<style>
span { border-color: #3137AD; }
span { border-color: rgb(49,55,173); }
td.TdClassName
{
border-color: #3137AD;
}
.TagClassName
{
border-color: #3137AD;
}
</style>