Shades of Smalt Blue #3F656F
Tints of Smalt Blue #3F656F
RGB
CMYK
RGB Variations
Color information
#3F656F (or 0x3F656F) is known color: Smalt Blue. HEX triplet: 3F, 65 and 6F. RGB value is (63,101,111). Sum of RGB (Red+Green+Blue) = 63+101+111=275 (36% of max value = 765). Red value is 63 (25% from 255 or 22.91% from 275); Green value is 101 (39.84% from 255 or 36.73% from 275); Blue value is 111 (43.75% from 255 or 40.36% from 275); Max value from RGB is 111 - color contains mainly: blue. Hex color #3F656F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F656F is #C09A90. Grayscale: #5A5A5A. Windows color (decimal): -12622481 or 7300415. OLE color: 7300415.
HSL color Cylindrical-coordinate representation of color #3F656F: hue angle of 192.5º 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 #3F656F is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 63 | 101 | 111 | - |
| CMYK | 0.43 | 0.09 | 0 | 0.56 |
| HSL | 192.5º | 0.28% | 0.34% | - |
| HSV(B) | 192.5º | 0.43% | 0.44% | - |
| XYZ | 9.57 | 11.51 | 16.76 | - |
| YUV | 90.78 | 139.41 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 101 | 111 | 0.43 | 0.09 | 0 | 0.56 | 192.5 | 0.28 | 0.34 |
| Hex | 3F | 65 | 6F | 2B | 9 | 0 | 38 | C0 | 1C | 22 |
| Octal | 77 | 145 | 157 | 53 | 11 | 0 | 70 | 300 | 34 | 42 |
| Binary | 111111 | 1100101 | 1101111 | 101011 | 1001 | 0 | 111000 | 11000000 | 11100 | 100010 |
Color Harmonies of #3F656F
Complementary color
Monochromatic Colors of #3F656F
Black with #3F656F
Text Example
Text Example
White with #3F656F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F656F; }
p { color: rgb(63,101,111); }
H1.HeaderClassName
{
color: #3F656F;
}
.AnyTagClassName
{
color: #3F656F;
}
</style>
background-color css
<style>
a { background-color: #3F656F; }
a { background-color: rgb(63,101,111); }
div.DivClassName
{
background-color: #3F656F;
}
.BgClassName
{
background-color: #3F656F;
}
</style>
border-color css
<style>
span { border-color: #3F656F; }
span { border-color: rgb(63,101,111); }
td.TdClassName
{
border-color: #3F656F;
}
.TagClassName
{
border-color: #3F656F;
}
</style>