Shades of Blue Dianne #3B5753
Tints of Blue Dianne #3B5753
RGB
CMYK
RGB Variations
Color information
#3B5753 (or 0x3B5753) is known color: Blue Dianne. HEX triplet: 3B, 57 and 53. RGB value is (59,87,83). Sum of RGB (Red+Green+Blue) = 59+87+83=229 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.76% from 229); Green value is 87 (34.38% from 255 or 37.99% from 229); Blue value is 83 (32.81% from 255 or 36.24% from 229); Max value from RGB is 87 - color contains mainly: green. Hex color #3B5753 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5753 is #C4A8AC. Grayscale: #4E4E4E. Windows color (decimal): -12888237 or 5461819. OLE color: 5461819.
HSL color Cylindrical-coordinate representation of color #3B5753: hue angle of 171.43º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3B5753 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 59 | 87 | 83 | - |
| CMYK | 0.32 | 0 | 0.05 | 0.66 |
| HSL | 171.43º | 0.19% | 0.29% | - |
| HSV(B) | 171.43º | 0.32% | 0.34% | - |
| XYZ | 6.77 | 8.37 | 9.44 | - |
| YUV | 78.17 | 130.72 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 87 | 83 | 0.32 | 0 | 0.05 | 0.66 | 171.43 | 0.19 | 0.29 |
| Hex | 3B | 57 | 53 | 20 | 0 | 5 | 42 | AB | 13 | 1D |
| Octal | 73 | 127 | 123 | 40 | 0 | 5 | 102 | 253 | 23 | 35 |
| Binary | 111011 | 1010111 | 1010011 | 100000 | 0 | 101 | 1000010 | 10101011 | 10011 | 11101 |
Color Harmonies of #3B5753
Complementary color
Monochromatic Colors of #3B5753
Black with #3B5753
Text Example
Text Example
White with #3B5753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5753; }
p { color: rgb(59,87,83); }
H1.HeaderClassName
{
color: #3B5753;
}
.AnyTagClassName
{
color: #3B5753;
}
</style>
background-color css
<style>
a { background-color: #3B5753; }
a { background-color: rgb(59,87,83); }
div.DivClassName
{
background-color: #3B5753;
}
.BgClassName
{
background-color: #3B5753;
}
</style>
border-color css
<style>
span { border-color: #3B5753; }
span { border-color: rgb(59,87,83); }
td.TdClassName
{
border-color: #3B5753;
}
.TagClassName
{
border-color: #3B5753;
}
</style>