Shades of Blue Dianne #3D5351
Tints of Blue Dianne #3D5351
RGB
CMYK
RGB Variations
Color information
#3D5351 (or 0x3D5351) is known color: Blue Dianne. HEX triplet: 3D, 53 and 51. RGB value is (61,83,81). Sum of RGB (Red+Green+Blue) = 61+83+81=225 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.11% from 225); Green value is 83 (32.81% from 255 or 36.89% from 225); Blue value is 81 (32.03% from 255 or 36% from 225); Max value from RGB is 83 - color contains mainly: green. Hex color #3D5351 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5351 is #C2ACAE. Grayscale: #4C4C4C. Windows color (decimal): -12758191 or 5329725. OLE color: 5329725.
HSL color Cylindrical-coordinate representation of color #3D5351: hue angle of 174.55º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3D5351 is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 61 | 83 | 81 | - |
| CMYK | 0.27 | 0 | 0.02 | 0.67 |
| HSL | 174.55º | 0.15% | 0.28% | - |
| HSV(B) | 174.55º | 0.27% | 0.33% | - |
| XYZ | 6.5 | 7.77 | 8.94 | - |
| YUV | 76.19 | 130.71 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 83 | 81 | 0.27 | 0 | 0.02 | 0.67 | 174.55 | 0.15 | 0.28 |
| Hex | 3D | 53 | 51 | 1B | 0 | 2 | 43 | AF | F | 1C |
| Octal | 75 | 123 | 121 | 33 | 0 | 2 | 103 | 257 | 17 | 34 |
| Binary | 111101 | 1010011 | 1010001 | 11011 | 0 | 10 | 1000011 | 10101111 | 1111 | 11100 |
Color Harmonies of #3D5351
Complementary color
Monochromatic Colors of #3D5351
Black with #3D5351
Text Example
Text Example
White with #3D5351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5351; }
p { color: rgb(61,83,81); }
H1.HeaderClassName
{
color: #3D5351;
}
.AnyTagClassName
{
color: #3D5351;
}
</style>
background-color css
<style>
a { background-color: #3D5351; }
a { background-color: rgb(61,83,81); }
div.DivClassName
{
background-color: #3D5351;
}
.BgClassName
{
background-color: #3D5351;
}
</style>
border-color css
<style>
span { border-color: #3D5351; }
span { border-color: rgb(61,83,81); }
td.TdClassName
{
border-color: #3D5351;
}
.TagClassName
{
border-color: #3D5351;
}
</style>