Shades of Smalt Blue #385F63
Tints of Smalt Blue #385F63
RGB
CMYK
RGB Variations
Color information
#385F63 (or 0x385F63) is known color: Smalt Blue. HEX triplet: 38, 5F and 63. RGB value is (56,95,99). Sum of RGB (Red+Green+Blue) = 56+95+99=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 95 (37.5% from 255 or 38% from 250); Blue value is 99 (39.06% from 255 or 39.6% from 250); Max value from RGB is 99 - color contains mainly: blue. Hex color #385F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385F63 is #C7A09C. Grayscale: #535353. Windows color (decimal): -13082781 or 6512440. OLE color: 6512440.
HSL color Cylindrical-coordinate representation of color #385F63: hue angle of 185.58º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #385F63 is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 56 | 95 | 99 | - |
| CMYK | 0.43 | 0.04 | 0 | 0.61 |
| HSL | 185.58º | 0.28% | 0.3% | - |
| HSV(B) | 185.58º | 0.43% | 0.39% | - |
| XYZ | 7.98 | 9.93 | 13.3 | - |
| YUV | 83.8 | 136.58 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 95 | 99 | 0.43 | 0.04 | 0 | 0.61 | 185.58 | 0.28 | 0.3 |
| Hex | 38 | 5F | 63 | 2B | 4 | 0 | 3D | BA | 1C | 1E |
| Octal | 70 | 137 | 143 | 53 | 4 | 0 | 75 | 272 | 34 | 36 |
| Binary | 111000 | 1011111 | 1100011 | 101011 | 100 | 0 | 111101 | 10111010 | 11100 | 11110 |
Color Harmonies of #385F63
Complementary color
Monochromatic Colors of #385F63
Black with #385F63
Text Example
Text Example
White with #385F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385F63; }
p { color: rgb(56,95,99); }
H1.HeaderClassName
{
color: #385F63;
}
.AnyTagClassName
{
color: #385F63;
}
</style>
background-color css
<style>
a { background-color: #385F63; }
a { background-color: rgb(56,95,99); }
div.DivClassName
{
background-color: #385F63;
}
.BgClassName
{
background-color: #385F63;
}
</style>
border-color css
<style>
span { border-color: #385F63; }
span { border-color: rgb(56,95,99); }
td.TdClassName
{
border-color: #385F63;
}
.TagClassName
{
border-color: #385F63;
}
</style>