Shades of Blue Dianne #365651
Tints of Blue Dianne #365651
RGB
CMYK
RGB Variations
Color information
#365651 (or 0x365651) is known color: Blue Dianne. HEX triplet: 36, 56 and 51. RGB value is (54,86,81). Sum of RGB (Red+Green+Blue) = 54+86+81=221 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.43% from 221); Green value is 86 (33.98% from 255 or 38.91% from 221); Blue value is 81 (32.03% from 255 or 36.65% from 221); Max value from RGB is 86 - color contains mainly: green. Hex color #365651 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365651 is #C9A9AE. Grayscale: #4B4B4B. Windows color (decimal): -13216175 or 5330486. OLE color: 5330486.
HSL color Cylindrical-coordinate representation of color #365651: hue angle of 170.62º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #365651 is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 54 | 86 | 81 | - |
| CMYK | 0.37 | 0 | 0.06 | 0.66 |
| HSL | 170.63º | 0.23% | 0.27% | - |
| HSV(B) | 170.63º | 0.37% | 0.34% | - |
| XYZ | 6.33 | 8.03 | 9 | - |
| YUV | 75.86 | 130.9 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 86 | 81 | 0.37 | 0 | 0.06 | 0.66 | 170.63 | 0.23 | 0.27 |
| Hex | 36 | 56 | 51 | 25 | 0 | 6 | 42 | AB | 17 | 1B |
| Octal | 66 | 126 | 121 | 45 | 0 | 6 | 102 | 253 | 27 | 33 |
| Binary | 110110 | 1010110 | 1010001 | 100101 | 0 | 110 | 1000010 | 10101011 | 10111 | 11011 |
Color Harmonies of #365651
Complementary color
Monochromatic Colors of #365651
Black with #365651
Text Example
Text Example
White with #365651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365651; }
p { color: rgb(54,86,81); }
H1.HeaderClassName
{
color: #365651;
}
.AnyTagClassName
{
color: #365651;
}
</style>
background-color css
<style>
a { background-color: #365651; }
a { background-color: rgb(54,86,81); }
div.DivClassName
{
background-color: #365651;
}
.BgClassName
{
background-color: #365651;
}
</style>
border-color css
<style>
span { border-color: #365651; }
span { border-color: rgb(54,86,81); }
td.TdClassName
{
border-color: #365651;
}
.TagClassName
{
border-color: #365651;
}
</style>