Shades of Blue Dianne #3B5351
Tints of Blue Dianne #3B5351
RGB
CMYK
RGB Variations
Color information
#3B5351 (or 0x3B5351) is known color: Blue Dianne. HEX triplet: 3B, 53 and 51. RGB value is (59,83,81). Sum of RGB (Red+Green+Blue) = 59+83+81=223 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.46% from 223); Green value is 83 (32.81% from 255 or 37.22% from 223); Blue value is 81 (32.03% from 255 or 36.32% from 223); Max value from RGB is 83 - color contains mainly: green. Hex color #3B5351 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5351 is #C4ACAE. Grayscale: #4B4B4B. Windows color (decimal): -12889263 or 5329723. OLE color: 5329723.
HSL color Cylindrical-coordinate representation of color #3B5351: hue angle of 175º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3B5351 is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 59 | 83 | 81 | - |
| CMYK | 0.29 | 0 | 0.02 | 0.67 |
| HSL | 175º | 0.17% | 0.28% | - |
| HSV(B) | 175º | 0.29% | 0.33% | - |
| XYZ | 6.38 | 7.71 | 8.94 | - |
| YUV | 75.6 | 131.05 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 83 | 81 | 0.29 | 0 | 0.02 | 0.67 | 175 | 0.17 | 0.28 |
| Hex | 3B | 53 | 51 | 1D | 0 | 2 | 43 | AF | 11 | 1C |
| Octal | 73 | 123 | 121 | 35 | 0 | 2 | 103 | 257 | 21 | 34 |
| Binary | 111011 | 1010011 | 1010001 | 11101 | 0 | 10 | 1000011 | 10101111 | 10001 | 11100 |
Color Harmonies of #3B5351
Complementary color
Monochromatic Colors of #3B5351
Black with #3B5351
Text Example
Text Example
White with #3B5351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5351; }
p { color: rgb(59,83,81); }
H1.HeaderClassName
{
color: #3B5351;
}
.AnyTagClassName
{
color: #3B5351;
}
</style>
background-color css
<style>
a { background-color: #3B5351; }
a { background-color: rgb(59,83,81); }
div.DivClassName
{
background-color: #3B5351;
}
.BgClassName
{
background-color: #3B5351;
}
</style>
border-color css
<style>
span { border-color: #3B5351; }
span { border-color: rgb(59,83,81); }
td.TdClassName
{
border-color: #3B5351;
}
.TagClassName
{
border-color: #3B5351;
}
</style>