Shades of Blue Dianne #3A5C56
Tints of Blue Dianne #3A5C56
RGB
CMYK
RGB Variations
Color information
#3A5C56 (or 0x3A5C56) is known color: Blue Dianne. HEX triplet: 3A, 5C and 56. RGB value is (58,92,86). Sum of RGB (Red+Green+Blue) = 58+92+86=236 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.58% from 236); Green value is 92 (36.33% from 255 or 38.98% from 236); Blue value is 86 (33.98% from 255 or 36.44% from 236); Max value from RGB is 92 - color contains mainly: green. Hex color #3A5C56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5C56 is #C5A3A9. Grayscale: #515151. Windows color (decimal): -12952490 or 5659706. OLE color: 5659706.
HSL color Cylindrical-coordinate representation of color #3A5C56: hue angle of 169.41º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3A5C56 is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 58 | 92 | 86 | - |
| CMYK | 0.37 | 0 | 0.07 | 0.64 |
| HSL | 169.41º | 0.23% | 0.29% | - |
| HSV(B) | 169.41º | 0.37% | 0.36% | - |
| XYZ | 7.25 | 9.23 | 10.2 | - |
| YUV | 81.15 | 130.74 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 92 | 86 | 0.37 | 0 | 0.07 | 0.64 | 169.41 | 0.23 | 0.29 |
| Hex | 3A | 5C | 56 | 25 | 0 | 7 | 40 | A9 | 17 | 1D |
| Octal | 72 | 134 | 126 | 45 | 0 | 7 | 100 | 251 | 27 | 35 |
| Binary | 111010 | 1011100 | 1010110 | 100101 | 0 | 111 | 1000000 | 10101001 | 10111 | 11101 |
Color Harmonies of #3A5C56
Complementary color
Monochromatic Colors of #3A5C56
Black with #3A5C56
Text Example
Text Example
White with #3A5C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5C56; }
p { color: rgb(58,92,86); }
H1.HeaderClassName
{
color: #3A5C56;
}
.AnyTagClassName
{
color: #3A5C56;
}
</style>
background-color css
<style>
a { background-color: #3A5C56; }
a { background-color: rgb(58,92,86); }
div.DivClassName
{
background-color: #3A5C56;
}
.BgClassName
{
background-color: #3A5C56;
}
</style>
border-color css
<style>
span { border-color: #3A5C56; }
span { border-color: rgb(58,92,86); }
td.TdClassName
{
border-color: #3A5C56;
}
.TagClassName
{
border-color: #3A5C56;
}
</style>