Shades of Smalt Blue #3B5D67
Tints of Smalt Blue #3B5D67
RGB
CMYK
RGB Variations
Color information
#3B5D67 (or 0x3B5D67) is known color: Smalt Blue. HEX triplet: 3B, 5D and 67. RGB value is (59,93,103). Sum of RGB (Red+Green+Blue) = 59+93+103=255 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.14% from 255); Green value is 93 (36.72% from 255 or 36.47% from 255); Blue value is 103 (40.62% from 255 or 40.39% from 255); Max value from RGB is 103 - color contains mainly: blue. Hex color #3B5D67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5D67 is #C4A298. Grayscale: #535353. Windows color (decimal): -12886681 or 6774075. OLE color: 6774075.
HSL color Cylindrical-coordinate representation of color #3B5D67: hue angle of 193.64º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3B5D67 is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 59 | 93 | 103 | - |
| CMYK | 0.43 | 0.10 | 0 | 0.60 |
| HSL | 193.64º | 0.27% | 0.32% | - |
| HSV(B) | 193.64º | 0.43% | 0.4% | - |
| XYZ | 8.17 | 9.74 | 14.28 | - |
| YUV | 83.97 | 138.74 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 93 | 103 | 0.43 | 0.10 | 0 | 0.60 | 193.64 | 0.27 | 0.32 |
| Hex | 3B | 5D | 67 | 2B | A | 0 | 3C | C2 | 1B | 20 |
| Octal | 73 | 135 | 147 | 53 | 12 | 0 | 74 | 302 | 33 | 40 |
| Binary | 111011 | 1011101 | 1100111 | 101011 | 1010 | 0 | 111100 | 11000010 | 11011 | 100000 |
Color Harmonies of #3B5D67
Complementary color
Monochromatic Colors of #3B5D67
Black with #3B5D67
Text Example
Text Example
White with #3B5D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5D67; }
p { color: rgb(59,93,103); }
H1.HeaderClassName
{
color: #3B5D67;
}
.AnyTagClassName
{
color: #3B5D67;
}
</style>
background-color css
<style>
a { background-color: #3B5D67; }
a { background-color: rgb(59,93,103); }
div.DivClassName
{
background-color: #3B5D67;
}
.BgClassName
{
background-color: #3B5D67;
}
</style>
border-color css
<style>
span { border-color: #3B5D67; }
span { border-color: rgb(59,93,103); }
td.TdClassName
{
border-color: #3B5D67;
}
.TagClassName
{
border-color: #3B5D67;
}
</style>