Shades of Blue Dianne #315A55
Tints of Blue Dianne #315A55
RGB
CMYK
RGB Variations
Color information
#315A55 (or 0x315A55) is known color: Blue Dianne. HEX triplet: 31, 5A and 55. RGB value is (49,90,85). Sum of RGB (Red+Green+Blue) = 49+90+85=224 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.88% from 224); Green value is 90 (35.55% from 255 or 40.18% from 224); Blue value is 85 (33.59% from 255 or 37.95% from 224); Max value from RGB is 90 - color contains mainly: green. Hex color #315A55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315A55 is #CEA5AA. Grayscale: #4D4D4D. Windows color (decimal): -13542827 or 5593649. OLE color: 5593649.
HSL color Cylindrical-coordinate representation of color #315A55: hue angle of 172.68º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #315A55 is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 49 | 90 | 85 | - |
| CMYK | 0.46 | 0 | 0.06 | 0.65 |
| HSL | 172.68º | 0.29% | 0.27% | - |
| HSV(B) | 172.68º | 0.46% | 0.35% | - |
| XYZ | 6.56 | 8.62 | 9.91 | - |
| YUV | 77.17 | 132.42 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 90 | 85 | 0.46 | 0 | 0.06 | 0.65 | 172.68 | 0.29 | 0.27 |
| Hex | 31 | 5A | 55 | 2E | 0 | 6 | 41 | AD | 1D | 1B |
| Octal | 61 | 132 | 125 | 56 | 0 | 6 | 101 | 255 | 35 | 33 |
| Binary | 110001 | 1011010 | 1010101 | 101110 | 0 | 110 | 1000001 | 10101101 | 11101 | 11011 |
Color Harmonies of #315A55
Complementary color
Monochromatic Colors of #315A55
Black with #315A55
Text Example
Text Example
White with #315A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315A55; }
p { color: rgb(49,90,85); }
H1.HeaderClassName
{
color: #315A55;
}
.AnyTagClassName
{
color: #315A55;
}
</style>
background-color css
<style>
a { background-color: #315A55; }
a { background-color: rgb(49,90,85); }
div.DivClassName
{
background-color: #315A55;
}
.BgClassName
{
background-color: #315A55;
}
</style>
border-color css
<style>
span { border-color: #315A55; }
span { border-color: rgb(49,90,85); }
td.TdClassName
{
border-color: #315A55;
}
.TagClassName
{
border-color: #315A55;
}
</style>