Shades of Smalt Blue #435C60
Tints of Smalt Blue #435C60
RGB
CMYK
RGB Variations
Color information
#435C60 (or 0x435C60) is known color: Smalt Blue. HEX triplet: 43, 5C and 60. RGB value is (67,92,96). Sum of RGB (Red+Green+Blue) = 67+92+96=255 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.27% from 255); Green value is 92 (36.33% from 255 or 36.08% from 255); Blue value is 96 (37.89% from 255 or 37.65% from 255); Max value from RGB is 96 - color contains mainly: blue. Hex color #435C60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435C60 is #BCA39F. Grayscale: #545454. Windows color (decimal): -12362656 or 6315075. OLE color: 6315075.
HSL color Cylindrical-coordinate representation of color #435C60: hue angle of 188.28º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #435C60 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 67 | 92 | 96 | - |
| CMYK | 0.30 | 0.04 | 0 | 0.62 |
| HSL | 188.28º | 0.18% | 0.32% | - |
| HSV(B) | 188.28º | 0.3% | 0.38% | - |
| XYZ | 8.25 | 9.69 | 12.5 | - |
| YUV | 84.98 | 134.22 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 92 | 96 | 0.30 | 0.04 | 0 | 0.62 | 188.28 | 0.18 | 0.32 |
| Hex | 43 | 5C | 60 | 1E | 4 | 0 | 3E | BC | 12 | 20 |
| Octal | 103 | 134 | 140 | 36 | 4 | 0 | 76 | 274 | 22 | 40 |
| Binary | 1000011 | 1011100 | 1100000 | 11110 | 100 | 0 | 111110 | 10111100 | 10010 | 100000 |
Color Harmonies of #435C60
Complementary color
Monochromatic Colors of #435C60
Black with #435C60
Text Example
Text Example
White with #435C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435C60; }
p { color: rgb(67,92,96); }
H1.HeaderClassName
{
color: #435C60;
}
.AnyTagClassName
{
color: #435C60;
}
</style>
background-color css
<style>
a { background-color: #435C60; }
a { background-color: rgb(67,92,96); }
div.DivClassName
{
background-color: #435C60;
}
.BgClassName
{
background-color: #435C60;
}
</style>
border-color css
<style>
span { border-color: #435C60; }
span { border-color: rgb(67,92,96); }
td.TdClassName
{
border-color: #435C60;
}
.TagClassName
{
border-color: #435C60;
}
</style>