Shades of Smalt Blue #436064
Tints of Smalt Blue #436064
RGB
CMYK
RGB Variations
Color information
#436064 (or 0x436064) is known color: Smalt Blue. HEX triplet: 43, 60 and 64. RGB value is (67,96,100). Sum of RGB (Red+Green+Blue) = 67+96+100=263 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.48% from 263); Green value is 96 (37.89% from 255 or 36.50% from 263); Blue value is 100 (39.45% from 255 or 38.02% from 263); Max value from RGB is 100 - color contains mainly: blue. Hex color #436064 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #436064 is #BC9F9B. Grayscale: #575757. Windows color (decimal): -12361628 or 6578243. OLE color: 6578243.
HSL color Cylindrical-coordinate representation of color #436064: hue angle of 187.27º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #436064 is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 67 | 96 | 100 | - |
| CMYK | 0.33 | 0.04 | 0 | 0.61 |
| HSL | 187.27º | 0.2% | 0.33% | - |
| HSV(B) | 187.27º | 0.33% | 0.39% | - |
| XYZ | 8.8 | 10.48 | 13.62 | - |
| YUV | 87.79 | 134.89 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 96 | 100 | 0.33 | 0.04 | 0 | 0.61 | 187.27 | 0.2 | 0.33 |
| Hex | 43 | 60 | 64 | 21 | 4 | 0 | 3D | BB | 14 | 21 |
| Octal | 103 | 140 | 144 | 41 | 4 | 0 | 75 | 273 | 24 | 41 |
| Binary | 1000011 | 1100000 | 1100100 | 100001 | 100 | 0 | 111101 | 10111011 | 10100 | 100001 |
Color Harmonies of #436064
Complementary color
Monochromatic Colors of #436064
Black with #436064
Text Example
Text Example
White with #436064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #436064; }
p { color: rgb(67,96,100); }
H1.HeaderClassName
{
color: #436064;
}
.AnyTagClassName
{
color: #436064;
}
</style>
background-color css
<style>
a { background-color: #436064; }
a { background-color: rgb(67,96,100); }
div.DivClassName
{
background-color: #436064;
}
.BgClassName
{
background-color: #436064;
}
</style>
border-color css
<style>
span { border-color: #436064; }
span { border-color: rgb(67,96,100); }
td.TdClassName
{
border-color: #436064;
}
.TagClassName
{
border-color: #436064;
}
</style>