Shades of Blue Dianne #315450
Tints of Blue Dianne #315450
RGB
CMYK
RGB Variations
Color information
#315450 (or 0x315450) is known color: Blue Dianne. HEX triplet: 31, 54 and 50. RGB value is (49,84,80). Sum of RGB (Red+Green+Blue) = 49+84+80=213 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.00% from 213); Green value is 84 (33.20% from 255 or 39.44% from 213); Blue value is 80 (31.64% from 255 or 37.56% from 213); Max value from RGB is 84 - color contains mainly: green. Hex color #315450 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315450 is #CEABAF. Grayscale: #494949. Windows color (decimal): -13544368 or 5264433. OLE color: 5264433.
HSL color Cylindrical-coordinate representation of color #315450: hue angle of 173.14º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #315450 is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 49 | 84 | 80 | - |
| CMYK | 0.42 | 0 | 0.05 | 0.67 |
| HSL | 173.14º | 0.26% | 0.26% | - |
| HSV(B) | 173.14º | 0.42% | 0.33% | - |
| XYZ | 5.88 | 7.57 | 8.74 | - |
| YUV | 73.08 | 131.9 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 84 | 80 | 0.42 | 0 | 0.05 | 0.67 | 173.14 | 0.26 | 0.26 |
| Hex | 31 | 54 | 50 | 2A | 0 | 5 | 43 | AD | 1A | 1A |
| Octal | 61 | 124 | 120 | 52 | 0 | 5 | 103 | 255 | 32 | 32 |
| Binary | 110001 | 1010100 | 1010000 | 101010 | 0 | 101 | 1000011 | 10101101 | 11010 | 11010 |
Color Harmonies of #315450
Complementary color
Monochromatic Colors of #315450
Black with #315450
Text Example
Text Example
White with #315450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315450; }
p { color: rgb(49,84,80); }
H1.HeaderClassName
{
color: #315450;
}
.AnyTagClassName
{
color: #315450;
}
</style>
background-color css
<style>
a { background-color: #315450; }
a { background-color: rgb(49,84,80); }
div.DivClassName
{
background-color: #315450;
}
.BgClassName
{
background-color: #315450;
}
</style>
border-color css
<style>
span { border-color: #315450; }
span { border-color: rgb(49,84,80); }
td.TdClassName
{
border-color: #315450;
}
.TagClassName
{
border-color: #315450;
}
</style>