Shades of Smalt Blue #3B5E66
Tints of Smalt Blue #3B5E66
RGB
CMYK
RGB Variations
Color information
#3B5E66 (or 0x3B5E66) is known color: Smalt Blue. HEX triplet: 3B, 5E and 66. RGB value is (59,94,102). Sum of RGB (Red+Green+Blue) = 59+94+102=255 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.14% from 255); Green value is 94 (37.11% from 255 or 36.86% from 255); Blue value is 102 (40.23% from 255 or 40% from 255); Max value from RGB is 102 - color contains mainly: blue. Hex color #3B5E66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5E66 is #C4A199. Grayscale: #545454. Windows color (decimal): -12886426 or 6708795. OLE color: 6708795.
HSL color Cylindrical-coordinate representation of color #3B5E66: hue angle of 191.16º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3B5E66 is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
RGB | 59 | 94 | 102 | - |
CMYK | 0.42 | 0.08 | 0 | 0.6 |
HSL | 191.16º | 0.27% | 0.32% | - |
HSV(B) | 191.16º | 0.42% | 0.4% | - |
XYZ | 8.2 | 9.89 | 14.05 | - |
YUV | 84.45 | 137.9 | 109.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 59 | 94 | 102 | 0.42 | 0.08 | 0 | 0.6 | 191.16 | 0.27 | 0.32 |
Hex | 3B | 5E | 66 | 2A | 8 | 0 | 3C | BF | 1B | 20 |
Octal | 73 | 136 | 146 | 52 | 10 | 0 | 74 | 277 | 33 | 40 |
Binary | 111011 | 1011110 | 1100110 | 101010 | 1000 | 0 | 111100 | 10111111 | 11011 | 100000 |
Color Harmonies of #3B5E66
Complementary color
Monochromatic Colors of #3B5E66
Black with #3B5E66
Text Example
Text Example
White with #3B5E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5E66; }
p { color: rgb(59,94,102); }
H1.HeaderClassName
{
color: #3B5E66;
}
.AnyTagClassName
{
color: #3B5E66;
}
</style>
background-color css
<style>
a { background-color: #3B5E66; }
a { background-color: rgb(59,94,102); }
div.DivClassName
{
background-color: #3B5E66;
}
.BgClassName
{
background-color: #3B5E66;
}
</style>
border-color css
<style>
span { border-color: #3B5E66; }
span { border-color: rgb(59,94,102); }
td.TdClassName
{
border-color: #3B5E66;
}
.TagClassName
{
border-color: #3B5E66;
}
</style>