Shades of Smalt Blue #3D616B
Tints of Smalt Blue #3D616B
RGB
CMYK
RGB Variations
Color information
#3D616B (or 0x3D616B) is known color: Smalt Blue. HEX triplet: 3D, 61 and 6B. RGB value is (61,97,107). Sum of RGB (Red+Green+Blue) = 61+97+107=265 (35% of max value = 765). Red value is 61 (24.22% from 255 or 23.02% from 265); Green value is 97 (38.28% from 255 or 36.60% from 265); Blue value is 107 (42.19% from 255 or 40.38% from 265); Max value from RGB is 107 - color contains mainly: blue. Hex color #3D616B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D616B is #C29E94. Grayscale: #575757. Windows color (decimal): -12754581 or 7037245. OLE color: 7037245.
HSL color Cylindrical-coordinate representation of color #3D616B: hue angle of 193.04º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3D616B is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 61 | 97 | 107 | - |
| CMYK | 0.43 | 0.09 | 0 | 0.58 |
| HSL | 193.04º | 0.27% | 0.33% | - |
| HSV(B) | 193.04º | 0.43% | 0.42% | - |
| XYZ | 8.85 | 10.6 | 15.49 | - |
| YUV | 87.38 | 139.07 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 97 | 107 | 0.43 | 0.09 | 0 | 0.58 | 193.04 | 0.27 | 0.33 |
| Hex | 3D | 61 | 6B | 2B | 9 | 0 | 3A | C1 | 1B | 21 |
| Octal | 75 | 141 | 153 | 53 | 11 | 0 | 72 | 301 | 33 | 41 |
| Binary | 111101 | 1100001 | 1101011 | 101011 | 1001 | 0 | 111010 | 11000001 | 11011 | 100001 |
Color Harmonies of #3D616B
Complementary color
Monochromatic Colors of #3D616B
Black with #3D616B
Text Example
Text Example
White with #3D616B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D616B; }
p { color: rgb(61,97,107); }
H1.HeaderClassName
{
color: #3D616B;
}
.AnyTagClassName
{
color: #3D616B;
}
</style>
background-color css
<style>
a { background-color: #3D616B; }
a { background-color: rgb(61,97,107); }
div.DivClassName
{
background-color: #3D616B;
}
.BgClassName
{
background-color: #3D616B;
}
</style>
border-color css
<style>
span { border-color: #3D616B; }
span { border-color: rgb(61,97,107); }
td.TdClassName
{
border-color: #3D616B;
}
.TagClassName
{
border-color: #3D616B;
}
</style>