Shades of Blue Dianne #365150
Tints of Blue Dianne #365150
RGB
CMYK
RGB Variations
Color information
#365150 (or 0x365150) is known color: Blue Dianne. HEX triplet: 36, 51 and 50. RGB value is (54,81,80). Sum of RGB (Red+Green+Blue) = 54+81+80=215 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.12% from 215); Green value is 81 (32.03% from 255 or 37.67% from 215); Blue value is 80 (31.64% from 255 or 37.21% from 215); Max value from RGB is 81 - color contains mainly: green. Hex color #365150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365150 is #C9AEAF. Grayscale: #484848. Windows color (decimal): -13217456 or 5263670. OLE color: 5263670.
HSL color Cylindrical-coordinate representation of color #365150: hue angle of 177.78º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #365150 is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 54 | 81 | 80 | - |
| CMYK | 0.33 | 0 | 0.01 | 0.68 |
| HSL | 177.78º | 0.2% | 0.26% | - |
| HSV(B) | 177.78º | 0.33% | 0.32% | - |
| XYZ | 5.91 | 7.25 | 8.68 | - |
| YUV | 72.81 | 132.05 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 81 | 80 | 0.33 | 0 | 0.01 | 0.68 | 177.78 | 0.2 | 0.26 |
| Hex | 36 | 51 | 50 | 21 | 0 | 1 | 44 | B2 | 14 | 1A |
| Octal | 66 | 121 | 120 | 41 | 0 | 1 | 104 | 262 | 24 | 32 |
| Binary | 110110 | 1010001 | 1010000 | 100001 | 0 | 1 | 1000100 | 10110010 | 10100 | 11010 |
Color Harmonies of #365150
Complementary color
Monochromatic Colors of #365150
Black with #365150
Text Example
Text Example
White with #365150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365150; }
p { color: rgb(54,81,80); }
H1.HeaderClassName
{
color: #365150;
}
.AnyTagClassName
{
color: #365150;
}
</style>
background-color css
<style>
a { background-color: #365150; }
a { background-color: rgb(54,81,80); }
div.DivClassName
{
background-color: #365150;
}
.BgClassName
{
background-color: #365150;
}
</style>
border-color css
<style>
span { border-color: #365150; }
span { border-color: rgb(54,81,80); }
td.TdClassName
{
border-color: #365150;
}
.TagClassName
{
border-color: #365150;
}
</style>