Shades of Smalt Blue #3F5F68
Tints of Smalt Blue #3F5F68
RGB
CMYK
RGB Variations
Color information
#3F5F68 (or 0x3F5F68) is known color: Smalt Blue. HEX triplet: 3F, 5F and 68. RGB value is (63,95,104). Sum of RGB (Red+Green+Blue) = 63+95+104=262 (34% of max value = 765). Red value is 63 (25% from 255 or 24.05% from 262); Green value is 95 (37.5% from 255 or 36.26% from 262); Blue value is 104 (41.02% from 255 or 39.69% from 262); Max value from RGB is 104 - color contains mainly: blue. Hex color #3F5F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5F68 is #C0A097. Grayscale: #565656. Windows color (decimal): -12624024 or 6840127. OLE color: 6840127.
HSL color Cylindrical-coordinate representation of color #3F5F68: hue angle of 193.17º 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 #3F5F68 is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 63 | 95 | 104 | - |
| CMYK | 0.39 | 0.09 | 0 | 0.59 |
| HSL | 193.17º | 0.25% | 0.33% | - |
| HSV(B) | 193.17º | 0.39% | 0.41% | - |
| XYZ | 8.64 | 10.24 | 14.62 | - |
| YUV | 86.46 | 137.9 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 95 | 104 | 0.39 | 0.09 | 0 | 0.59 | 193.17 | 0.25 | 0.33 |
| Hex | 3F | 5F | 68 | 27 | 9 | 0 | 3B | C1 | 19 | 21 |
| Octal | 77 | 137 | 150 | 47 | 11 | 0 | 73 | 301 | 31 | 41 |
| Binary | 111111 | 1011111 | 1101000 | 100111 | 1001 | 0 | 111011 | 11000001 | 11001 | 100001 |
Color Harmonies of #3F5F68
Complementary color
Monochromatic Colors of #3F5F68
Black with #3F5F68
Text Example
Text Example
White with #3F5F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5F68; }
p { color: rgb(63,95,104); }
H1.HeaderClassName
{
color: #3F5F68;
}
.AnyTagClassName
{
color: #3F5F68;
}
</style>
background-color css
<style>
a { background-color: #3F5F68; }
a { background-color: rgb(63,95,104); }
div.DivClassName
{
background-color: #3F5F68;
}
.BgClassName
{
background-color: #3F5F68;
}
</style>
border-color css
<style>
span { border-color: #3F5F68; }
span { border-color: rgb(63,95,104); }
td.TdClassName
{
border-color: #3F5F68;
}
.TagClassName
{
border-color: #3F5F68;
}
</style>