Shades of Blue Dianne #3C524E
Tints of Blue Dianne #3C524E
RGB
CMYK
RGB Variations
Color information
#3C524E (or 0x3C524E) is known color: Blue Dianne. HEX triplet: 3C, 52 and 4E. RGB value is (60,82,78). Sum of RGB (Red+Green+Blue) = 60+82+78=220 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.27% from 220); Green value is 82 (32.42% from 255 or 37.27% from 220); Blue value is 78 (30.86% from 255 or 35.45% from 220); Max value from RGB is 82 - color contains mainly: green. Hex color #3C524E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C524E is #C3ADB1. Grayscale: #4A4A4A. Windows color (decimal): -12823986 or 5132860. OLE color: 5132860.
HSL color Cylindrical-coordinate representation of color #3C524E: hue angle of 169.09º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3C524E is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 60 | 82 | 78 | - |
| CMYK | 0.27 | 0 | 0.05 | 0.68 |
| HSL | 169.09º | 0.15% | 0.28% | - |
| HSV(B) | 169.09º | 0.27% | 0.32% | - |
| XYZ | 6.26 | 7.55 | 8.33 | - |
| YUV | 74.97 | 129.71 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 82 | 78 | 0.27 | 0 | 0.05 | 0.68 | 169.09 | 0.15 | 0.28 |
| Hex | 3C | 52 | 4E | 1B | 0 | 5 | 44 | A9 | F | 1C |
| Octal | 74 | 122 | 116 | 33 | 0 | 5 | 104 | 251 | 17 | 34 |
| Binary | 111100 | 1010010 | 1001110 | 11011 | 0 | 101 | 1000100 | 10101001 | 1111 | 11100 |
Color Harmonies of #3C524E
Complementary color
Monochromatic Colors of #3C524E
Black with #3C524E
Text Example
Text Example
White with #3C524E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C524E; }
p { color: rgb(60,82,78); }
H1.HeaderClassName
{
color: #3C524E;
}
.AnyTagClassName
{
color: #3C524E;
}
</style>
background-color css
<style>
a { background-color: #3C524E; }
a { background-color: rgb(60,82,78); }
div.DivClassName
{
background-color: #3C524E;
}
.BgClassName
{
background-color: #3C524E;
}
</style>
border-color css
<style>
span { border-color: #3C524E; }
span { border-color: rgb(60,82,78); }
td.TdClassName
{
border-color: #3C524E;
}
.TagClassName
{
border-color: #3C524E;
}
</style>