Shades of Blue Dianne #315752
Tints of Blue Dianne #315752
RGB
CMYK
RGB Variations
Color information
#315752 (or 0x315752) is known color: Blue Dianne. HEX triplet: 31, 57 and 52. RGB value is (49,87,82). Sum of RGB (Red+Green+Blue) = 49+87+82=218 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.48% from 218); Green value is 87 (34.38% from 255 or 39.91% from 218); Blue value is 82 (32.42% from 255 or 37.61% from 218); Max value from RGB is 87 - color contains mainly: green. Hex color #315752 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315752 is #CEA8AD. Grayscale: #4B4B4B. Windows color (decimal): -13543598 or 5396273. OLE color: 5396273.
HSL color Cylindrical-coordinate representation of color #315752: hue angle of 172.11º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #315752 is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 49 | 87 | 82 | - |
| CMYK | 0.44 | 0 | 0.06 | 0.66 |
| HSL | 172.11º | 0.28% | 0.27% | - |
| HSV(B) | 172.11º | 0.44% | 0.34% | - |
| XYZ | 6.2 | 8.08 | 9.22 | - |
| YUV | 75.07 | 131.91 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 87 | 82 | 0.44 | 0 | 0.06 | 0.66 | 172.11 | 0.28 | 0.27 |
| Hex | 31 | 57 | 52 | 2C | 0 | 6 | 42 | AC | 1C | 1B |
| Octal | 61 | 127 | 122 | 54 | 0 | 6 | 102 | 254 | 34 | 33 |
| Binary | 110001 | 1010111 | 1010010 | 101100 | 0 | 110 | 1000010 | 10101100 | 11100 | 11011 |
Color Harmonies of #315752
Complementary color
Monochromatic Colors of #315752
Black with #315752
Text Example
Text Example
White with #315752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315752; }
p { color: rgb(49,87,82); }
H1.HeaderClassName
{
color: #315752;
}
.AnyTagClassName
{
color: #315752;
}
</style>
background-color css
<style>
a { background-color: #315752; }
a { background-color: rgb(49,87,82); }
div.DivClassName
{
background-color: #315752;
}
.BgClassName
{
background-color: #315752;
}
</style>
border-color css
<style>
span { border-color: #315752; }
span { border-color: rgb(49,87,82); }
td.TdClassName
{
border-color: #315752;
}
.TagClassName
{
border-color: #315752;
}
</style>