Shades of Blue Dianne #315452
Tints of Blue Dianne #315452
RGB
CMYK
RGB Variations
Color information
#315452 (or 0x315452) is known color: Blue Dianne. HEX triplet: 31, 54 and 52. RGB value is (49,84,82). Sum of RGB (Red+Green+Blue) = 49+84+82=215 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.79% from 215); Green value is 84 (33.20% from 255 or 39.07% from 215); Blue value is 82 (32.42% from 255 or 38.14% from 215); Max value from RGB is 84 - color contains mainly: green. Hex color #315452 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315452 is #CEABAD. Grayscale: #494949. Windows color (decimal): -13544366 or 5395505. OLE color: 5395505.
HSL color Cylindrical-coordinate representation of color #315452: hue angle of 176.57º 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 #315452 is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 49 | 84 | 82 | - |
| CMYK | 0.42 | 0 | 0.02 | 0.67 |
| HSL | 176.57º | 0.26% | 0.26% | - |
| HSV(B) | 176.57º | 0.42% | 0.33% | - |
| XYZ | 5.96 | 7.6 | 9.14 | - |
| YUV | 73.31 | 132.9 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 84 | 82 | 0.42 | 0 | 0.02 | 0.67 | 176.57 | 0.26 | 0.26 |
| Hex | 31 | 54 | 52 | 2A | 0 | 2 | 43 | B1 | 1A | 1A |
| Octal | 61 | 124 | 122 | 52 | 0 | 2 | 103 | 261 | 32 | 32 |
| Binary | 110001 | 1010100 | 1010010 | 101010 | 0 | 10 | 1000011 | 10110001 | 11010 | 11010 |
Color Harmonies of #315452
Complementary color
Monochromatic Colors of #315452
Black with #315452
Text Example
Text Example
White with #315452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315452; }
p { color: rgb(49,84,82); }
H1.HeaderClassName
{
color: #315452;
}
.AnyTagClassName
{
color: #315452;
}
</style>
background-color css
<style>
a { background-color: #315452; }
a { background-color: rgb(49,84,82); }
div.DivClassName
{
background-color: #315452;
}
.BgClassName
{
background-color: #315452;
}
</style>
border-color css
<style>
span { border-color: #315452; }
span { border-color: rgb(49,84,82); }
td.TdClassName
{
border-color: #315452;
}
.TagClassName
{
border-color: #315452;
}
</style>