Shades of Smalt Blue #3F5E68
Tints of Smalt Blue #3F5E68
RGB
CMYK
RGB Variations
Color information
#3F5E68 (or 0x3F5E68) is known color: Smalt Blue. HEX triplet: 3F, 5E and 68. RGB value is (63,94,104). Sum of RGB (Red+Green+Blue) = 63+94+104=261 (34% of max value = 765). Red value is 63 (25% from 255 or 24.14% from 261); Green value is 94 (37.11% from 255 or 36.02% from 261); Blue value is 104 (41.02% from 255 or 39.85% from 261); Max value from RGB is 104 - color contains mainly: blue. Hex color #3F5E68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5E68 is #C0A197. Grayscale: #555555. Windows color (decimal): -12624280 or 6839871. OLE color: 6839871.
HSL color Cylindrical-coordinate representation of color #3F5E68: hue angle of 194.63º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3F5E68 is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 63 | 94 | 104 | - |
| CMYK | 0.39 | 0.10 | 0 | 0.59 |
| HSL | 194.63º | 0.25% | 0.33% | - |
| HSV(B) | 194.63º | 0.39% | 0.41% | - |
| XYZ | 8.55 | 10.06 | 14.59 | - |
| YUV | 85.87 | 138.23 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 94 | 104 | 0.39 | 0.10 | 0 | 0.59 | 194.63 | 0.25 | 0.33 |
| Hex | 3F | 5E | 68 | 27 | A | 0 | 3B | C3 | 19 | 21 |
| Octal | 77 | 136 | 150 | 47 | 12 | 0 | 73 | 303 | 31 | 41 |
| Binary | 111111 | 1011110 | 1101000 | 100111 | 1010 | 0 | 111011 | 11000011 | 11001 | 100001 |
Color Harmonies of #3F5E68
Complementary color
Monochromatic Colors of #3F5E68
Black with #3F5E68
Text Example
Text Example
White with #3F5E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5E68; }
p { color: rgb(63,94,104); }
H1.HeaderClassName
{
color: #3F5E68;
}
.AnyTagClassName
{
color: #3F5E68;
}
</style>
background-color css
<style>
a { background-color: #3F5E68; }
a { background-color: rgb(63,94,104); }
div.DivClassName
{
background-color: #3F5E68;
}
.BgClassName
{
background-color: #3F5E68;
}
</style>
border-color css
<style>
span { border-color: #3F5E68; }
span { border-color: rgb(63,94,104); }
td.TdClassName
{
border-color: #3F5E68;
}
.TagClassName
{
border-color: #3F5E68;
}
</style>