Shades of Blue Dianne #3A524E
Tints of Blue Dianne #3A524E
RGB
CMYK
RGB Variations
Color information
#3A524E (or 0x3A524E) is known color: Blue Dianne. HEX triplet: 3A, 52 and 4E. RGB value is (58,82,78). Sum of RGB (Red+Green+Blue) = 58+82+78=218 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.61% from 218); Green value is 82 (32.42% from 255 or 37.61% from 218); Blue value is 78 (30.86% from 255 or 35.78% from 218); Max value from RGB is 82 - color contains mainly: green. Hex color #3A524E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A524E is #C5ADB1. Grayscale: #4A4A4A. Windows color (decimal): -12955058 or 5132858. OLE color: 5132858.
HSL color Cylindrical-coordinate representation of color #3A524E: hue angle of 170º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3A524E is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 58 | 82 | 78 | - |
| CMYK | 0.29 | 0 | 0.05 | 0.68 |
| HSL | 170º | 0.17% | 0.27% | - |
| HSV(B) | 170º | 0.29% | 0.32% | - |
| XYZ | 6.14 | 7.48 | 8.33 | - |
| YUV | 74.37 | 130.05 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 82 | 78 | 0.29 | 0 | 0.05 | 0.68 | 170 | 0.17 | 0.27 |
| Hex | 3A | 52 | 4E | 1D | 0 | 5 | 44 | AA | 11 | 1B |
| Octal | 72 | 122 | 116 | 35 | 0 | 5 | 104 | 252 | 21 | 33 |
| Binary | 111010 | 1010010 | 1001110 | 11101 | 0 | 101 | 1000100 | 10101010 | 10001 | 11011 |
Color Harmonies of #3A524E
Complementary color
Monochromatic Colors of #3A524E
Black with #3A524E
Text Example
Text Example
White with #3A524E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A524E; }
p { color: rgb(58,82,78); }
H1.HeaderClassName
{
color: #3A524E;
}
.AnyTagClassName
{
color: #3A524E;
}
</style>
background-color css
<style>
a { background-color: #3A524E; }
a { background-color: rgb(58,82,78); }
div.DivClassName
{
background-color: #3A524E;
}
.BgClassName
{
background-color: #3A524E;
}
</style>
border-color css
<style>
span { border-color: #3A524E; }
span { border-color: rgb(58,82,78); }
td.TdClassName
{
border-color: #3A524E;
}
.TagClassName
{
border-color: #3A524E;
}
</style>