Shades of Smalt Blue #3F636F
Tints of Smalt Blue #3F636F
RGB
CMYK
RGB Variations
Color information
#3F636F (or 0x3F636F) is known color: Smalt Blue. HEX triplet: 3F, 63 and 6F. RGB value is (63,99,111). Sum of RGB (Red+Green+Blue) = 63+99+111=273 (36% of max value = 765). Red value is 63 (25% from 255 or 23.08% from 273); Green value is 99 (39.06% from 255 or 36.26% from 273); Blue value is 111 (43.75% from 255 or 40.66% from 273); Max value from RGB is 111 - color contains mainly: blue. Hex color #3F636F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F636F is #C09C90. Grayscale: #595959. Windows color (decimal): -12622993 or 7299903. OLE color: 7299903.
HSL color Cylindrical-coordinate representation of color #3F636F: hue angle of 195º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3F636F is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 63 | 99 | 111 | - |
| CMYK | 0.43 | 0.11 | 0 | 0.56 |
| HSL | 195º | 0.28% | 0.34% | - |
| HSV(B) | 195º | 0.43% | 0.44% | - |
| XYZ | 9.38 | 11.13 | 16.69 | - |
| YUV | 89.6 | 140.07 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 99 | 111 | 0.43 | 0.11 | 0 | 0.56 | 195 | 0.28 | 0.34 |
| Hex | 3F | 63 | 6F | 2B | B | 0 | 38 | C3 | 1C | 22 |
| Octal | 77 | 143 | 157 | 53 | 13 | 0 | 70 | 303 | 34 | 42 |
| Binary | 111111 | 1100011 | 1101111 | 101011 | 1011 | 0 | 111000 | 11000011 | 11100 | 100010 |
Color Harmonies of #3F636F
Complementary color
Monochromatic Colors of #3F636F
Black with #3F636F
Text Example
Text Example
White with #3F636F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F636F; }
p { color: rgb(63,99,111); }
H1.HeaderClassName
{
color: #3F636F;
}
.AnyTagClassName
{
color: #3F636F;
}
</style>
background-color css
<style>
a { background-color: #3F636F; }
a { background-color: rgb(63,99,111); }
div.DivClassName
{
background-color: #3F636F;
}
.BgClassName
{
background-color: #3F636F;
}
</style>
border-color css
<style>
span { border-color: #3F636F; }
span { border-color: rgb(63,99,111); }
td.TdClassName
{
border-color: #3F636F;
}
.TagClassName
{
border-color: #3F636F;
}
</style>