Shades of Smalt Blue #3A5F67
Tints of Smalt Blue #3A5F67
RGB
CMYK
RGB Variations
Color information
#3A5F67 (or 0x3A5F67) is known color: Smalt Blue. HEX triplet: 3A, 5F and 67. RGB value is (58,95,103). Sum of RGB (Red+Green+Blue) = 58+95+103=256 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.66% from 256); Green value is 95 (37.5% from 255 or 37.11% from 256); Blue value is 103 (40.62% from 255 or 40.23% from 256); Max value from RGB is 103 - color contains mainly: blue. Hex color #3A5F67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5F67 is #C5A098. Grayscale: #545454. Windows color (decimal): -12951705 or 6774586. OLE color: 6774586.
HSL color Cylindrical-coordinate representation of color #3A5F67: hue angle of 190.67º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3A5F67 is Cyan = 0.44, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 58 | 95 | 103 | - |
| CMYK | 0.44 | 0.08 | 0 | 0.60 |
| HSL | 190.67º | 0.28% | 0.32% | - |
| HSV(B) | 190.67º | 0.44% | 0.4% | - |
| XYZ | 8.29 | 10.06 | 14.34 | - |
| YUV | 84.85 | 138.24 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 95 | 103 | 0.44 | 0.08 | 0 | 0.60 | 190.67 | 0.28 | 0.32 |
| Hex | 3A | 5F | 67 | 2C | 8 | 0 | 3C | BF | 1C | 20 |
| Octal | 72 | 137 | 147 | 54 | 10 | 0 | 74 | 277 | 34 | 40 |
| Binary | 111010 | 1011111 | 1100111 | 101100 | 1000 | 0 | 111100 | 10111111 | 11100 | 100000 |
Color Harmonies of #3A5F67
Complementary color
Monochromatic Colors of #3A5F67
Black with #3A5F67
Text Example
Text Example
White with #3A5F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5F67; }
p { color: rgb(58,95,103); }
H1.HeaderClassName
{
color: #3A5F67;
}
.AnyTagClassName
{
color: #3A5F67;
}
</style>
background-color css
<style>
a { background-color: #3A5F67; }
a { background-color: rgb(58,95,103); }
div.DivClassName
{
background-color: #3A5F67;
}
.BgClassName
{
background-color: #3A5F67;
}
</style>
border-color css
<style>
span { border-color: #3A5F67; }
span { border-color: rgb(58,95,103); }
td.TdClassName
{
border-color: #3A5F67;
}
.TagClassName
{
border-color: #3A5F67;
}
</style>