Shades of Smalt Blue #3F646E
Tints of Smalt Blue #3F646E
RGB
CMYK
RGB Variations
Color information
#3F646E (or 0x3F646E) is known color: Smalt Blue. HEX triplet: 3F, 64 and 6E. RGB value is (63,100,110). Sum of RGB (Red+Green+Blue) = 63+100+110=273 (36% of max value = 765). Red value is 63 (25% from 255 or 23.08% from 273); Green value is 100 (39.45% from 255 or 36.63% from 273); Blue value is 110 (43.36% from 255 or 40.29% from 273); Max value from RGB is 110 - color contains mainly: blue. Hex color #3F646E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F646E is #C09B91. Grayscale: #5A5A5A. Windows color (decimal): -12622738 or 7234623. OLE color: 7234623.
HSL color Cylindrical-coordinate representation of color #3F646E: hue angle of 192.77º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3F646E is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 63 | 100 | 110 | - |
| CMYK | 0.43 | 0.09 | 0 | 0.57 |
| HSL | 192.77º | 0.27% | 0.34% | - |
| HSV(B) | 192.77º | 0.43% | 0.43% | - |
| XYZ | 9.42 | 11.3 | 16.44 | - |
| YUV | 90.08 | 139.24 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 100 | 110 | 0.43 | 0.09 | 0 | 0.57 | 192.77 | 0.27 | 0.34 |
| Hex | 3F | 64 | 6E | 2B | 9 | 0 | 39 | C1 | 1B | 22 |
| Octal | 77 | 144 | 156 | 53 | 11 | 0 | 71 | 301 | 33 | 42 |
| Binary | 111111 | 1100100 | 1101110 | 101011 | 1001 | 0 | 111001 | 11000001 | 11011 | 100010 |
Color Harmonies of #3F646E
Complementary color
Monochromatic Colors of #3F646E
Black with #3F646E
Text Example
Text Example
White with #3F646E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F646E; }
p { color: rgb(63,100,110); }
H1.HeaderClassName
{
color: #3F646E;
}
.AnyTagClassName
{
color: #3F646E;
}
</style>
background-color css
<style>
a { background-color: #3F646E; }
a { background-color: rgb(63,100,110); }
div.DivClassName
{
background-color: #3F646E;
}
.BgClassName
{
background-color: #3F646E;
}
</style>
border-color css
<style>
span { border-color: #3F646E; }
span { border-color: rgb(63,100,110); }
td.TdClassName
{
border-color: #3F646E;
}
.TagClassName
{
border-color: #3F646E;
}
</style>