Shades of Smalt Blue #366168
Tints of Smalt Blue #366168
RGB
CMYK
RGB Variations
Color information
#366168 (or 0x366168) is known color: Smalt Blue. HEX triplet: 36, 61 and 68. RGB value is (54,97,104). Sum of RGB (Red+Green+Blue) = 54+97+104=255 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.18% from 255); Green value is 97 (38.28% from 255 or 38.04% from 255); Blue value is 104 (41.02% from 255 or 40.78% from 255); Max value from RGB is 104 - color contains mainly: blue. Hex color #366168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366168 is #C99E97. Grayscale: #545454. Windows color (decimal): -13213336 or 6840630. OLE color: 6840630.
HSL color Cylindrical-coordinate representation of color #366168: hue angle of 188.4º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #366168 is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 54 | 97 | 104 | - |
| CMYK | 0.48 | 0.07 | 0 | 0.59 |
| HSL | 188.4º | 0.32% | 0.31% | - |
| HSV(B) | 188.4º | 0.48% | 0.41% | - |
| XYZ | 8.29 | 10.33 | 14.65 | - |
| YUV | 84.94 | 138.75 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 97 | 104 | 0.48 | 0.07 | 0 | 0.59 | 188.4 | 0.32 | 0.31 |
| Hex | 36 | 61 | 68 | 30 | 7 | 0 | 3B | BC | 20 | 1F |
| Octal | 66 | 141 | 150 | 60 | 7 | 0 | 73 | 274 | 40 | 37 |
| Binary | 110110 | 1100001 | 1101000 | 110000 | 111 | 0 | 111011 | 10111100 | 100000 | 11111 |
Color Harmonies of #366168
Complementary color
Monochromatic Colors of #366168
Black with #366168
Text Example
Text Example
White with #366168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366168; }
p { color: rgb(54,97,104); }
H1.HeaderClassName
{
color: #366168;
}
.AnyTagClassName
{
color: #366168;
}
</style>
background-color css
<style>
a { background-color: #366168; }
a { background-color: rgb(54,97,104); }
div.DivClassName
{
background-color: #366168;
}
.BgClassName
{
background-color: #366168;
}
</style>
border-color css
<style>
span { border-color: #366168; }
span { border-color: rgb(54,97,104); }
td.TdClassName
{
border-color: #366168;
}
.TagClassName
{
border-color: #366168;
}
</style>