Shades of Smalt Blue #366066
Tints of Smalt Blue #366066
RGB
CMYK
RGB Variations
Color information
#366066 (or 0x366066) is known color: Smalt Blue. HEX triplet: 36, 60 and 66. RGB value is (54,96,102). Sum of RGB (Red+Green+Blue) = 54+96+102=252 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.43% from 252); Green value is 96 (37.89% from 255 or 38.10% from 252); Blue value is 102 (40.23% from 255 or 40.48% from 252); Max value from RGB is 102 - color contains mainly: blue. Hex color #366066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366066 is #C99F99. Grayscale: #545454. Windows color (decimal): -13213594 or 6709302. OLE color: 6709302.
HSL color Cylindrical-coordinate representation of color #366066: hue angle of 187.5º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #366066 is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 54 | 96 | 102 | - |
| CMYK | 0.47 | 0.06 | 0 | 0.6 |
| HSL | 187.5º | 0.31% | 0.31% | - |
| HSV(B) | 187.5º | 0.47% | 0.4% | - |
| XYZ | 8.1 | 10.11 | 14.09 | - |
| YUV | 84.13 | 138.09 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 96 | 102 | 0.47 | 0.06 | 0 | 0.6 | 187.5 | 0.31 | 0.31 |
| Hex | 36 | 60 | 66 | 2F | 6 | 0 | 3C | BC | 1F | 1F |
| Octal | 66 | 140 | 146 | 57 | 6 | 0 | 74 | 274 | 37 | 37 |
| Binary | 110110 | 1100000 | 1100110 | 101111 | 110 | 0 | 111100 | 10111100 | 11111 | 11111 |
Color Harmonies of #366066
Complementary color
Monochromatic Colors of #366066
Black with #366066
Text Example
Text Example
White with #366066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366066; }
p { color: rgb(54,96,102); }
H1.HeaderClassName
{
color: #366066;
}
.AnyTagClassName
{
color: #366066;
}
</style>
background-color css
<style>
a { background-color: #366066; }
a { background-color: rgb(54,96,102); }
div.DivClassName
{
background-color: #366066;
}
.BgClassName
{
background-color: #366066;
}
</style>
border-color css
<style>
span { border-color: #366066; }
span { border-color: rgb(54,96,102); }
td.TdClassName
{
border-color: #366066;
}
.TagClassName
{
border-color: #366066;
}
</style>