Shades of Blue Dianne #31524F
Tints of Blue Dianne #31524F
RGB
CMYK
RGB Variations
Color information
#31524F (or 0x31524F) is known color: Blue Dianne. HEX triplet: 31, 52 and 4F. RGB value is (49,82,79). Sum of RGB (Red+Green+Blue) = 49+82+79=210 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.33% from 210); Green value is 82 (32.42% from 255 or 39.05% from 210); Blue value is 79 (31.25% from 255 or 37.62% from 210); Max value from RGB is 82 - color contains mainly: green. Hex color #31524F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31524F is #CEADB0. Grayscale: #474747. Windows color (decimal): -13544881 or 5198385. OLE color: 5198385.
HSL color Cylindrical-coordinate representation of color #31524F: hue angle of 174.55º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #31524F is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 49 | 82 | 79 | - |
| CMYK | 0.40 | 0 | 0.04 | 0.68 |
| HSL | 174.55º | 0.25% | 0.26% | - |
| HSV(B) | 174.55º | 0.4% | 0.32% | - |
| XYZ | 5.7 | 7.25 | 8.5 | - |
| YUV | 71.79 | 132.07 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 82 | 79 | 0.40 | 0 | 0.04 | 0.68 | 174.55 | 0.25 | 0.26 |
| Hex | 31 | 52 | 4F | 28 | 0 | 4 | 44 | AF | 19 | 1A |
| Octal | 61 | 122 | 117 | 50 | 0 | 4 | 104 | 257 | 31 | 32 |
| Binary | 110001 | 1010010 | 1001111 | 101000 | 0 | 100 | 1000100 | 10101111 | 11001 | 11010 |
Color Harmonies of #31524F
Complementary color
Monochromatic Colors of #31524F
Black with #31524F
Text Example
Text Example
White with #31524F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31524F; }
p { color: rgb(49,82,79); }
H1.HeaderClassName
{
color: #31524F;
}
.AnyTagClassName
{
color: #31524F;
}
</style>
background-color css
<style>
a { background-color: #31524F; }
a { background-color: rgb(49,82,79); }
div.DivClassName
{
background-color: #31524F;
}
.BgClassName
{
background-color: #31524F;
}
</style>
border-color css
<style>
span { border-color: #31524F; }
span { border-color: rgb(49,82,79); }
td.TdClassName
{
border-color: #31524F;
}
.TagClassName
{
border-color: #31524F;
}
</style>