Shades of Smalt Blue #3F5F6A
Tints of Smalt Blue #3F5F6A
RGB
CMYK
RGB Variations
Color information
#3F5F6A (or 0x3F5F6A) is known color: Smalt Blue. HEX triplet: 3F, 5F and 6A. RGB value is (63,95,106). Sum of RGB (Red+Green+Blue) = 63+95+106=264 (34% of max value = 765). Red value is 63 (25% from 255 or 23.86% from 264); Green value is 95 (37.5% from 255 or 35.98% from 264); Blue value is 106 (41.80% from 255 or 40.15% from 264); Max value from RGB is 106 - color contains mainly: blue. Hex color #3F5F6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5F6A is #C0A095. Grayscale: #565656. Windows color (decimal): -12624022 or 6971199. OLE color: 6971199.
HSL color Cylindrical-coordinate representation of color #3F5F6A: hue angle of 195.35º 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 #3F5F6A is Cyan = 0.41, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 63 | 95 | 106 | - |
| CMYK | 0.41 | 0.10 | 0 | 0.58 |
| HSL | 195.35º | 0.25% | 0.33% | - |
| HSV(B) | 195.35º | 0.41% | 0.42% | - |
| XYZ | 8.74 | 10.28 | 15.16 | - |
| YUV | 86.69 | 138.9 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 95 | 106 | 0.41 | 0.10 | 0 | 0.58 | 195.35 | 0.25 | 0.33 |
| Hex | 3F | 5F | 6A | 29 | A | 0 | 3A | C3 | 19 | 21 |
| Octal | 77 | 137 | 152 | 51 | 12 | 0 | 72 | 303 | 31 | 41 |
| Binary | 111111 | 1011111 | 1101010 | 101001 | 1010 | 0 | 111010 | 11000011 | 11001 | 100001 |
Color Harmonies of #3F5F6A
Complementary color
Monochromatic Colors of #3F5F6A
Black with #3F5F6A
Text Example
Text Example
White with #3F5F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5F6A; }
p { color: rgb(63,95,106); }
H1.HeaderClassName
{
color: #3F5F6A;
}
.AnyTagClassName
{
color: #3F5F6A;
}
</style>
background-color css
<style>
a { background-color: #3F5F6A; }
a { background-color: rgb(63,95,106); }
div.DivClassName
{
background-color: #3F5F6A;
}
.BgClassName
{
background-color: #3F5F6A;
}
</style>
border-color css
<style>
span { border-color: #3F5F6A; }
span { border-color: rgb(63,95,106); }
td.TdClassName
{
border-color: #3F5F6A;
}
.TagClassName
{
border-color: #3F5F6A;
}
</style>