Shades of Smalt Blue #3F606A
Tints of Smalt Blue #3F606A
RGB
CMYK
RGB Variations
Color information
#3F606A (or 0x3F606A) is known color: Smalt Blue. HEX triplet: 3F, 60 and 6A. RGB value is (63,96,106). Sum of RGB (Red+Green+Blue) = 63+96+106=265 (35% of max value = 765). Red value is 63 (25% from 255 or 23.77% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 106 (41.80% from 255 or 40% from 265); Max value from RGB is 106 - color contains mainly: blue. Hex color #3F606A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F606A is #C09F95. Grayscale: #575757. Windows color (decimal): -12623766 or 6971455. OLE color: 6971455.
HSL color Cylindrical-coordinate representation of color #3F606A: hue angle of 193.95º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3F606A is Cyan = 0.41, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 63 | 96 | 106 | - |
| CMYK | 0.41 | 0.09 | 0 | 0.58 |
| HSL | 193.95º | 0.25% | 0.33% | - |
| HSV(B) | 193.95º | 0.41% | 0.42% | - |
| XYZ | 8.83 | 10.46 | 15.19 | - |
| YUV | 87.27 | 138.57 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 96 | 106 | 0.41 | 0.09 | 0 | 0.58 | 193.95 | 0.25 | 0.33 |
| Hex | 3F | 60 | 6A | 29 | 9 | 0 | 3A | C2 | 19 | 21 |
| Octal | 77 | 140 | 152 | 51 | 11 | 0 | 72 | 302 | 31 | 41 |
| Binary | 111111 | 1100000 | 1101010 | 101001 | 1001 | 0 | 111010 | 11000010 | 11001 | 100001 |
Color Harmonies of #3F606A
Complementary color
Monochromatic Colors of #3F606A
Black with #3F606A
Text Example
Text Example
White with #3F606A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F606A; }
p { color: rgb(63,96,106); }
H1.HeaderClassName
{
color: #3F606A;
}
.AnyTagClassName
{
color: #3F606A;
}
</style>
background-color css
<style>
a { background-color: #3F606A; }
a { background-color: rgb(63,96,106); }
div.DivClassName
{
background-color: #3F606A;
}
.BgClassName
{
background-color: #3F606A;
}
</style>
border-color css
<style>
span { border-color: #3F606A; }
span { border-color: rgb(63,96,106); }
td.TdClassName
{
border-color: #3F606A;
}
.TagClassName
{
border-color: #3F606A;
}
</style>