Shades of Smalt Blue #3F616E
Tints of Smalt Blue #3F616E
RGB
CMYK
RGB Variations
Color information
#3F616E (or 0x3F616E) is known color: Smalt Blue. HEX triplet: 3F, 61 and 6E. RGB value is (63,97,110). Sum of RGB (Red+Green+Blue) = 63+97+110=270 (35% of max value = 765). Red value is 63 (25% from 255 or 23.33% from 270); Green value is 97 (38.28% from 255 or 35.93% from 270); Blue value is 110 (43.36% from 255 or 40.74% from 270); Max value from RGB is 110 - color contains mainly: blue. Hex color #3F616E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F616E is #C09E91. Grayscale: #585858. Windows color (decimal): -12623506 or 7233855. OLE color: 7233855.
HSL color Cylindrical-coordinate representation of color #3F616E: hue angle of 196.6º 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 #3F616E is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 63 | 97 | 110 | - |
| CMYK | 0.43 | 0.12 | 0 | 0.57 |
| HSL | 196.6º | 0.27% | 0.34% | - |
| HSV(B) | 196.6º | 0.43% | 0.43% | - |
| XYZ | 9.14 | 10.73 | 16.34 | - |
| YUV | 88.32 | 140.24 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 97 | 110 | 0.43 | 0.12 | 0 | 0.57 | 196.6 | 0.27 | 0.34 |
| Hex | 3F | 61 | 6E | 2B | C | 0 | 39 | C5 | 1B | 22 |
| Octal | 77 | 141 | 156 | 53 | 14 | 0 | 71 | 305 | 33 | 42 |
| Binary | 111111 | 1100001 | 1101110 | 101011 | 1100 | 0 | 111001 | 11000101 | 11011 | 100010 |
Color Harmonies of #3F616E
Complementary color
Monochromatic Colors of #3F616E
Black with #3F616E
Text Example
Text Example
White with #3F616E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F616E; }
p { color: rgb(63,97,110); }
H1.HeaderClassName
{
color: #3F616E;
}
.AnyTagClassName
{
color: #3F616E;
}
</style>
background-color css
<style>
a { background-color: #3F616E; }
a { background-color: rgb(63,97,110); }
div.DivClassName
{
background-color: #3F616E;
}
.BgClassName
{
background-color: #3F616E;
}
</style>
border-color css
<style>
span { border-color: #3F616E; }
span { border-color: rgb(63,97,110); }
td.TdClassName
{
border-color: #3F616E;
}
.TagClassName
{
border-color: #3F616E;
}
</style>