Shades of Blue Dianne #3D534F
Tints of Blue Dianne #3D534F
RGB
CMYK
RGB Variations
Color information
#3D534F (or 0x3D534F) is known color: Blue Dianne. HEX triplet: 3D, 53 and 4F. RGB value is (61,83,79). Sum of RGB (Red+Green+Blue) = 61+83+79=223 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.35% from 223); Green value is 83 (32.81% from 255 or 37.22% from 223); Blue value is 79 (31.25% from 255 or 35.43% from 223); Max value from RGB is 83 - color contains mainly: green. Hex color #3D534F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D534F is #C2ACB0. Grayscale: #4B4B4B. Windows color (decimal): -12758193 or 5198653. OLE color: 5198653.
HSL color Cylindrical-coordinate representation of color #3D534F: hue angle of 169.09º 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 #3D534F is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 61 | 83 | 79 | - |
| CMYK | 0.27 | 0 | 0.05 | 0.67 |
| HSL | 169.09º | 0.15% | 0.28% | - |
| HSV(B) | 169.09º | 0.27% | 0.33% | - |
| XYZ | 6.43 | 7.74 | 8.55 | - |
| YUV | 75.97 | 129.71 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 83 | 79 | 0.27 | 0 | 0.05 | 0.67 | 169.09 | 0.15 | 0.28 |
| Hex | 3D | 53 | 4F | 1B | 0 | 5 | 43 | A9 | F | 1C |
| Octal | 75 | 123 | 117 | 33 | 0 | 5 | 103 | 251 | 17 | 34 |
| Binary | 111101 | 1010011 | 1001111 | 11011 | 0 | 101 | 1000011 | 10101001 | 1111 | 11100 |
Color Harmonies of #3D534F
Complementary color
Monochromatic Colors of #3D534F
Black with #3D534F
Text Example
Text Example
White with #3D534F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D534F; }
p { color: rgb(61,83,79); }
H1.HeaderClassName
{
color: #3D534F;
}
.AnyTagClassName
{
color: #3D534F;
}
</style>
background-color css
<style>
a { background-color: #3D534F; }
a { background-color: rgb(61,83,79); }
div.DivClassName
{
background-color: #3D534F;
}
.BgClassName
{
background-color: #3D534F;
}
</style>
border-color css
<style>
span { border-color: #3D534F; }
span { border-color: rgb(61,83,79); }
td.TdClassName
{
border-color: #3D534F;
}
.TagClassName
{
border-color: #3D534F;
}
</style>