Shades of Smalt Blue #386065
Tints of Smalt Blue #386065
RGB
CMYK
RGB Variations
Color information
#386065 (or 0x386065) is known color: Smalt Blue. HEX triplet: 38, 60 and 65. RGB value is (56,96,101). Sum of RGB (Red+Green+Blue) = 56+96+101=253 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.13% from 253); Green value is 96 (37.89% from 255 or 37.94% from 253); Blue value is 101 (39.84% from 255 or 39.92% from 253); Max value from RGB is 101 - color contains mainly: blue. Hex color #386065 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386065 is #C79F9A. Grayscale: #545454. Windows color (decimal): -13082523 or 6643768. OLE color: 6643768.
HSL color Cylindrical-coordinate representation of color #386065: hue angle of 186.67º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #386065 is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 56 | 96 | 101 | - |
| CMYK | 0.45 | 0.05 | 0 | 0.60 |
| HSL | 186.67º | 0.29% | 0.31% | - |
| HSV(B) | 186.67º | 0.45% | 0.4% | - |
| XYZ | 8.16 | 10.15 | 13.84 | - |
| YUV | 84.61 | 137.25 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 96 | 101 | 0.45 | 0.05 | 0 | 0.60 | 186.67 | 0.29 | 0.31 |
| Hex | 38 | 60 | 65 | 2D | 5 | 0 | 3C | BB | 1D | 1F |
| Octal | 70 | 140 | 145 | 55 | 5 | 0 | 74 | 273 | 35 | 37 |
| Binary | 111000 | 1100000 | 1100101 | 101101 | 101 | 0 | 111100 | 10111011 | 11101 | 11111 |
Color Harmonies of #386065
Complementary color
Monochromatic Colors of #386065
Black with #386065
Text Example
Text Example
White with #386065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386065; }
p { color: rgb(56,96,101); }
H1.HeaderClassName
{
color: #386065;
}
.AnyTagClassName
{
color: #386065;
}
</style>
background-color css
<style>
a { background-color: #386065; }
a { background-color: rgb(56,96,101); }
div.DivClassName
{
background-color: #386065;
}
.BgClassName
{
background-color: #386065;
}
</style>
border-color css
<style>
span { border-color: #386065; }
span { border-color: rgb(56,96,101); }
td.TdClassName
{
border-color: #386065;
}
.TagClassName
{
border-color: #386065;
}
</style>