Shades of Smalt Blue #356065
Tints of Smalt Blue #356065
RGB
CMYK
RGB Variations
Color information
#356065 (or 0x356065) is known color: Smalt Blue. HEX triplet: 35, 60 and 65. RGB value is (53,96,101). Sum of RGB (Red+Green+Blue) = 53+96+101=250 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.2% from 250); Green value is 96 (37.89% from 255 or 38.4% from 250); Blue value is 101 (39.84% from 255 or 40.4% from 250); Max value from RGB is 101 - color contains mainly: blue. Hex color #356065 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356065 is #CA9F9A. Grayscale: #535353. Windows color (decimal): -13279131 or 6643765. OLE color: 6643765.
HSL color Cylindrical-coordinate representation of color #356065: hue angle of 186.25º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #356065 is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 53 | 96 | 101 | - |
| CMYK | 0.48 | 0.05 | 0 | 0.60 |
| HSL | 186.25º | 0.31% | 0.3% | - |
| HSV(B) | 186.25º | 0.48% | 0.4% | - |
| XYZ | 8 | 10.06 | 13.83 | - |
| YUV | 83.71 | 137.75 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 96 | 101 | 0.48 | 0.05 | 0 | 0.60 | 186.25 | 0.31 | 0.3 |
| Hex | 35 | 60 | 65 | 30 | 5 | 0 | 3C | BA | 1F | 1E |
| Octal | 65 | 140 | 145 | 60 | 5 | 0 | 74 | 272 | 37 | 36 |
| Binary | 110101 | 1100000 | 1100101 | 110000 | 101 | 0 | 111100 | 10111010 | 11111 | 11110 |
Color Harmonies of #356065
Complementary color
Monochromatic Colors of #356065
Black with #356065
Text Example
Text Example
White with #356065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356065; }
p { color: rgb(53,96,101); }
H1.HeaderClassName
{
color: #356065;
}
.AnyTagClassName
{
color: #356065;
}
</style>
background-color css
<style>
a { background-color: #356065; }
a { background-color: rgb(53,96,101); }
div.DivClassName
{
background-color: #356065;
}
.BgClassName
{
background-color: #356065;
}
</style>
border-color css
<style>
span { border-color: #356065; }
span { border-color: rgb(53,96,101); }
td.TdClassName
{
border-color: #356065;
}
.TagClassName
{
border-color: #356065;
}
</style>