Shades of Blue Dianne #315351
Tints of Blue Dianne #315351
RGB
CMYK
RGB Variations
Color information
#315351 (or 0x315351) is known color: Blue Dianne. HEX triplet: 31, 53 and 51. RGB value is (49,83,81). Sum of RGB (Red+Green+Blue) = 49+83+81=213 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.00% from 213); Green value is 83 (32.81% from 255 or 38.97% from 213); Blue value is 81 (32.03% from 255 or 38.03% from 213); Max value from RGB is 83 - color contains mainly: green. Hex color #315351 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315351 is #CEACAE. Grayscale: #484848. Windows color (decimal): -13544623 or 5329713. OLE color: 5329713.
HSL color Cylindrical-coordinate representation of color #315351: hue angle of 176.47º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #315351 is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 49 | 83 | 81 | - |
| CMYK | 0.41 | 0 | 0.02 | 0.67 |
| HSL | 176.47º | 0.26% | 0.26% | - |
| HSV(B) | 176.47º | 0.41% | 0.33% | - |
| XYZ | 5.85 | 7.43 | 8.91 | - |
| YUV | 72.61 | 132.74 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 83 | 81 | 0.41 | 0 | 0.02 | 0.67 | 176.47 | 0.26 | 0.26 |
| Hex | 31 | 53 | 51 | 29 | 0 | 2 | 43 | B0 | 1A | 1A |
| Octal | 61 | 123 | 121 | 51 | 0 | 2 | 103 | 260 | 32 | 32 |
| Binary | 110001 | 1010011 | 1010001 | 101001 | 0 | 10 | 1000011 | 10110000 | 11010 | 11010 |
Color Harmonies of #315351
Complementary color
Monochromatic Colors of #315351
Black with #315351
Text Example
Text Example
White with #315351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315351; }
p { color: rgb(49,83,81); }
H1.HeaderClassName
{
color: #315351;
}
.AnyTagClassName
{
color: #315351;
}
</style>
background-color css
<style>
a { background-color: #315351; }
a { background-color: rgb(49,83,81); }
div.DivClassName
{
background-color: #315351;
}
.BgClassName
{
background-color: #315351;
}
</style>
border-color css
<style>
span { border-color: #315351; }
span { border-color: rgb(49,83,81); }
td.TdClassName
{
border-color: #315351;
}
.TagClassName
{
border-color: #315351;
}
</style>