Shades of Blue Dianne #365851
Tints of Blue Dianne #365851
RGB
CMYK
RGB Variations
Color information
#365851 (or 0x365851) is known color: Blue Dianne. HEX triplet: 36, 58 and 51. RGB value is (54,88,81). Sum of RGB (Red+Green+Blue) = 54+88+81=223 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.22% from 223); Green value is 88 (34.77% from 255 or 39.46% from 223); Blue value is 81 (32.03% from 255 or 36.32% from 223); Max value from RGB is 88 - color contains mainly: green. Hex color #365851 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365851 is #C9A7AE. Grayscale: #4D4D4D. Windows color (decimal): -13215663 or 5330998. OLE color: 5330998.
HSL color Cylindrical-coordinate representation of color #365851: hue angle of 167.65º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #365851 is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 54 | 88 | 81 | - |
| CMYK | 0.39 | 0 | 0.08 | 0.65 |
| HSL | 167.65º | 0.24% | 0.28% | - |
| HSV(B) | 167.65º | 0.39% | 0.35% | - |
| XYZ | 6.5 | 8.36 | 9.06 | - |
| YUV | 77.04 | 130.24 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 88 | 81 | 0.39 | 0 | 0.08 | 0.65 | 167.65 | 0.24 | 0.28 |
| Hex | 36 | 58 | 51 | 27 | 0 | 8 | 41 | A8 | 18 | 1C |
| Octal | 66 | 130 | 121 | 47 | 0 | 10 | 101 | 250 | 30 | 34 |
| Binary | 110110 | 1011000 | 1010001 | 100111 | 0 | 1000 | 1000001 | 10101000 | 11000 | 11100 |
Color Harmonies of #365851
Complementary color
Monochromatic Colors of #365851
Black with #365851
Text Example
Text Example
White with #365851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365851; }
p { color: rgb(54,88,81); }
H1.HeaderClassName
{
color: #365851;
}
.AnyTagClassName
{
color: #365851;
}
</style>
background-color css
<style>
a { background-color: #365851; }
a { background-color: rgb(54,88,81); }
div.DivClassName
{
background-color: #365851;
}
.BgClassName
{
background-color: #365851;
}
</style>
border-color css
<style>
span { border-color: #365851; }
span { border-color: rgb(54,88,81); }
td.TdClassName
{
border-color: #365851;
}
.TagClassName
{
border-color: #365851;
}
</style>