Shades of Smalt Blue #3F6063
Tints of Smalt Blue #3F6063
RGB
CMYK
RGB Variations
Color information
#3F6063 (or 0x3F6063) is known color: Smalt Blue. HEX triplet: 3F, 60 and 63. RGB value is (63,96,99). Sum of RGB (Red+Green+Blue) = 63+96+99=258 (34% of max value = 765). Red value is 63 (25% from 255 or 24.42% from 258); Green value is 96 (37.89% from 255 or 37.21% from 258); Blue value is 99 (39.06% from 255 or 38.37% from 258); Max value from RGB is 99 - color contains mainly: blue. Hex color #3F6063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6063 is #C09F9C. Grayscale: #565656. Windows color (decimal): -12623773 or 6512703. OLE color: 6512703.
HSL color Cylindrical-coordinate representation of color #3F6063: hue angle of 185º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3F6063 is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 63 | 96 | 99 | - |
| CMYK | 0.36 | 0.03 | 0 | 0.61 |
| HSL | 185º | 0.22% | 0.32% | - |
| HSV(B) | 185º | 0.36% | 0.39% | - |
| XYZ | 8.48 | 10.32 | 13.35 | - |
| YUV | 86.48 | 135.07 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 96 | 99 | 0.36 | 0.03 | 0 | 0.61 | 185 | 0.22 | 0.32 |
| Hex | 3F | 60 | 63 | 24 | 3 | 0 | 3D | B9 | 16 | 20 |
| Octal | 77 | 140 | 143 | 44 | 3 | 0 | 75 | 271 | 26 | 40 |
| Binary | 111111 | 1100000 | 1100011 | 100100 | 11 | 0 | 111101 | 10111001 | 10110 | 100000 |
Color Harmonies of #3F6063
Complementary color
Monochromatic Colors of #3F6063
Black with #3F6063
Text Example
Text Example
White with #3F6063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6063; }
p { color: rgb(63,96,99); }
H1.HeaderClassName
{
color: #3F6063;
}
.AnyTagClassName
{
color: #3F6063;
}
</style>
background-color css
<style>
a { background-color: #3F6063; }
a { background-color: rgb(63,96,99); }
div.DivClassName
{
background-color: #3F6063;
}
.BgClassName
{
background-color: #3F6063;
}
</style>
border-color css
<style>
span { border-color: #3F6063; }
span { border-color: rgb(63,96,99); }
td.TdClassName
{
border-color: #3F6063;
}
.TagClassName
{
border-color: #3F6063;
}
</style>