Shades of Blue Dianne #3B5350
Tints of Blue Dianne #3B5350
RGB
CMYK
RGB Variations
Color information
#3B5350 (or 0x3B5350) is known color: Blue Dianne. HEX triplet: 3B, 53 and 50. RGB value is (59,83,80). Sum of RGB (Red+Green+Blue) = 59+83+80=222 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.58% from 222); Green value is 83 (32.81% from 255 or 37.39% from 222); Blue value is 80 (31.64% from 255 or 36.04% from 222); Max value from RGB is 83 - color contains mainly: green. Hex color #3B5350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5350 is #C4ACAF. Grayscale: #4B4B4B. Windows color (decimal): -12889264 or 5264187. OLE color: 5264187.
HSL color Cylindrical-coordinate representation of color #3B5350: hue angle of 172.5º 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 #3B5350 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 59 | 83 | 80 | - |
| CMYK | 0.29 | 0 | 0.04 | 0.67 |
| HSL | 172.5º | 0.17% | 0.28% | - |
| HSV(B) | 172.5º | 0.29% | 0.33% | - |
| XYZ | 6.34 | 7.7 | 8.74 | - |
| YUV | 75.48 | 130.55 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 83 | 80 | 0.29 | 0 | 0.04 | 0.67 | 172.5 | 0.17 | 0.28 |
| Hex | 3B | 53 | 50 | 1D | 0 | 4 | 43 | AC | 11 | 1C |
| Octal | 73 | 123 | 120 | 35 | 0 | 4 | 103 | 254 | 21 | 34 |
| Binary | 111011 | 1010011 | 1010000 | 11101 | 0 | 100 | 1000011 | 10101100 | 10001 | 11100 |
Color Harmonies of #3B5350
Complementary color
Monochromatic Colors of #3B5350
Black with #3B5350
Text Example
Text Example
White with #3B5350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5350; }
p { color: rgb(59,83,80); }
H1.HeaderClassName
{
color: #3B5350;
}
.AnyTagClassName
{
color: #3B5350;
}
</style>
background-color css
<style>
a { background-color: #3B5350; }
a { background-color: rgb(59,83,80); }
div.DivClassName
{
background-color: #3B5350;
}
.BgClassName
{
background-color: #3B5350;
}
</style>
border-color css
<style>
span { border-color: #3B5350; }
span { border-color: rgb(59,83,80); }
td.TdClassName
{
border-color: #3B5350;
}
.TagClassName
{
border-color: #3B5350;
}
</style>