Shades of Blue Dianne #315451
Tints of Blue Dianne #315451
RGB
CMYK
RGB Variations
Color information
#315451 (or 0x315451) is known color: Blue Dianne. HEX triplet: 31, 54 and 51. RGB value is (49,84,81). Sum of RGB (Red+Green+Blue) = 49+84+81=214 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.90% from 214); Green value is 84 (33.20% from 255 or 39.25% from 214); Blue value is 81 (32.03% from 255 or 37.85% from 214); Max value from RGB is 84 - color contains mainly: green. Hex color #315451 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315451 is #CEABAE. Grayscale: #494949. Windows color (decimal): -13544367 or 5329969. OLE color: 5329969.
HSL color Cylindrical-coordinate representation of color #315451: hue angle of 174.86º 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 #315451 is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 49 | 84 | 81 | - |
| CMYK | 0.42 | 0 | 0.04 | 0.67 |
| HSL | 174.86º | 0.26% | 0.26% | - |
| HSV(B) | 174.86º | 0.42% | 0.33% | - |
| XYZ | 5.92 | 7.59 | 8.94 | - |
| YUV | 73.19 | 132.4 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 84 | 81 | 0.42 | 0 | 0.04 | 0.67 | 174.86 | 0.26 | 0.26 |
| Hex | 31 | 54 | 51 | 2A | 0 | 4 | 43 | AF | 1A | 1A |
| Octal | 61 | 124 | 121 | 52 | 0 | 4 | 103 | 257 | 32 | 32 |
| Binary | 110001 | 1010100 | 1010001 | 101010 | 0 | 100 | 1000011 | 10101111 | 11010 | 11010 |
Color Harmonies of #315451
Complementary color
Monochromatic Colors of #315451
Black with #315451
Text Example
Text Example
White with #315451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315451; }
p { color: rgb(49,84,81); }
H1.HeaderClassName
{
color: #315451;
}
.AnyTagClassName
{
color: #315451;
}
</style>
background-color css
<style>
a { background-color: #315451; }
a { background-color: rgb(49,84,81); }
div.DivClassName
{
background-color: #315451;
}
.BgClassName
{
background-color: #315451;
}
</style>
border-color css
<style>
span { border-color: #315451; }
span { border-color: rgb(49,84,81); }
td.TdClassName
{
border-color: #315451;
}
.TagClassName
{
border-color: #315451;
}
</style>