Shades of Blue Dianne #3C534F
Tints of Blue Dianne #3C534F
RGB
CMYK
RGB Variations
Color information
#3C534F (or 0x3C534F) is known color: Blue Dianne. HEX triplet: 3C, 53 and 4F. RGB value is (60,83,79). Sum of RGB (Red+Green+Blue) = 60+83+79=222 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.03% from 222); Green value is 83 (32.81% from 255 or 37.39% from 222); Blue value is 79 (31.25% from 255 or 35.59% from 222); Max value from RGB is 83 - color contains mainly: green. Hex color #3C534F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C534F is #C3ACB0. Grayscale: #4B4B4B. Windows color (decimal): -12823729 or 5198652. OLE color: 5198652.
HSL color Cylindrical-coordinate representation of color #3C534F: hue angle of 169.57º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3C534F is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 60 | 83 | 79 | - |
| CMYK | 0.28 | 0 | 0.05 | 0.67 |
| HSL | 169.57º | 0.16% | 0.28% | - |
| HSV(B) | 169.57º | 0.28% | 0.33% | - |
| XYZ | 6.37 | 7.71 | 8.55 | - |
| YUV | 75.67 | 129.88 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 83 | 79 | 0.28 | 0 | 0.05 | 0.67 | 169.57 | 0.16 | 0.28 |
| Hex | 3C | 53 | 4F | 1C | 0 | 5 | 43 | AA | 10 | 1C |
| Octal | 74 | 123 | 117 | 34 | 0 | 5 | 103 | 252 | 20 | 34 |
| Binary | 111100 | 1010011 | 1001111 | 11100 | 0 | 101 | 1000011 | 10101010 | 10000 | 11100 |
Color Harmonies of #3C534F
Complementary color
Monochromatic Colors of #3C534F
Black with #3C534F
Text Example
Text Example
White with #3C534F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C534F; }
p { color: rgb(60,83,79); }
H1.HeaderClassName
{
color: #3C534F;
}
.AnyTagClassName
{
color: #3C534F;
}
</style>
background-color css
<style>
a { background-color: #3C534F; }
a { background-color: rgb(60,83,79); }
div.DivClassName
{
background-color: #3C534F;
}
.BgClassName
{
background-color: #3C534F;
}
</style>
border-color css
<style>
span { border-color: #3C534F; }
span { border-color: rgb(60,83,79); }
td.TdClassName
{
border-color: #3C534F;
}
.TagClassName
{
border-color: #3C534F;
}
</style>