Shades of Smalt Blue #365F65
Tints of Smalt Blue #365F65
RGB
CMYK
RGB Variations
Color information
#365F65 (or 0x365F65) is known color: Smalt Blue. HEX triplet: 36, 5F and 65. RGB value is (54,95,101). Sum of RGB (Red+Green+Blue) = 54+95+101=250 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.6% from 250); Green value is 95 (37.5% from 255 or 38% from 250); Blue value is 101 (39.84% from 255 or 40.4% from 250); Max value from RGB is 101 - color contains mainly: blue. Hex color #365F65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365F65 is #C9A09A. Grayscale: #535353. Windows color (decimal): -13213851 or 6643510. OLE color: 6643510.
HSL color Cylindrical-coordinate representation of color #365F65: hue angle of 187.66º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #365F65 is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 54 | 95 | 101 | - |
| CMYK | 0.47 | 0.06 | 0 | 0.60 |
| HSL | 187.66º | 0.3% | 0.3% | - |
| HSV(B) | 187.66º | 0.47% | 0.4% | - |
| XYZ | 7.96 | 9.91 | 13.8 | - |
| YUV | 83.43 | 137.92 | 107.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 95 | 101 | 0.47 | 0.06 | 0 | 0.60 | 187.66 | 0.3 | 0.3 |
| Hex | 36 | 5F | 65 | 2F | 6 | 0 | 3C | BC | 1E | 1E |
| Octal | 66 | 137 | 145 | 57 | 6 | 0 | 74 | 274 | 36 | 36 |
| Binary | 110110 | 1011111 | 1100101 | 101111 | 110 | 0 | 111100 | 10111100 | 11110 | 11110 |
Color Harmonies of #365F65
Complementary color
Monochromatic Colors of #365F65
Black with #365F65
Text Example
Text Example
White with #365F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365F65; }
p { color: rgb(54,95,101); }
H1.HeaderClassName
{
color: #365F65;
}
.AnyTagClassName
{
color: #365F65;
}
</style>
background-color css
<style>
a { background-color: #365F65; }
a { background-color: rgb(54,95,101); }
div.DivClassName
{
background-color: #365F65;
}
.BgClassName
{
background-color: #365F65;
}
</style>
border-color css
<style>
span { border-color: #365F65; }
span { border-color: rgb(54,95,101); }
td.TdClassName
{
border-color: #365F65;
}
.TagClassName
{
border-color: #365F65;
}
</style>