Shades of Smalt Blue #3D5F62
Tints of Smalt Blue #3D5F62
RGB
CMYK
RGB Variations
Color information
#3D5F62 (or 0x3D5F62) is known color: Smalt Blue. HEX triplet: 3D, 5F and 62. RGB value is (61,95,98). Sum of RGB (Red+Green+Blue) = 61+95+98=254 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.02% from 254); Green value is 95 (37.5% from 255 or 37.40% from 254); Blue value is 98 (38.67% from 255 or 38.58% from 254); Max value from RGB is 98 - color contains mainly: blue. Hex color #3D5F62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5F62 is #C2A09D. Grayscale: #555555. Windows color (decimal): -12755102 or 6446909. OLE color: 6446909.
HSL color Cylindrical-coordinate representation of color #3D5F62: hue angle of 184.86º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3D5F62 is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 61 | 95 | 98 | - |
| CMYK | 0.38 | 0.03 | 0 | 0.62 |
| HSL | 184.86º | 0.23% | 0.31% | - |
| HSV(B) | 184.86º | 0.38% | 0.38% | - |
| XYZ | 8.22 | 10.06 | 13.06 | - |
| YUV | 85.18 | 135.24 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 95 | 98 | 0.38 | 0.03 | 0 | 0.62 | 184.86 | 0.23 | 0.31 |
| Hex | 3D | 5F | 62 | 26 | 3 | 0 | 3E | B9 | 17 | 1F |
| Octal | 75 | 137 | 142 | 46 | 3 | 0 | 76 | 271 | 27 | 37 |
| Binary | 111101 | 1011111 | 1100010 | 100110 | 11 | 0 | 111110 | 10111001 | 10111 | 11111 |
Color Harmonies of #3D5F62
Complementary color
Monochromatic Colors of #3D5F62
Black with #3D5F62
Text Example
Text Example
White with #3D5F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5F62; }
p { color: rgb(61,95,98); }
H1.HeaderClassName
{
color: #3D5F62;
}
.AnyTagClassName
{
color: #3D5F62;
}
</style>
background-color css
<style>
a { background-color: #3D5F62; }
a { background-color: rgb(61,95,98); }
div.DivClassName
{
background-color: #3D5F62;
}
.BgClassName
{
background-color: #3D5F62;
}
</style>
border-color css
<style>
span { border-color: #3D5F62; }
span { border-color: rgb(61,95,98); }
td.TdClassName
{
border-color: #3D5F62;
}
.TagClassName
{
border-color: #3D5F62;
}
</style>