Shades of Blue Dianne #365451
Tints of Blue Dianne #365451
RGB
CMYK
RGB Variations
Color information
#365451 (or 0x365451) is known color: Blue Dianne. HEX triplet: 36, 54 and 51. RGB value is (54,84,81). Sum of RGB (Red+Green+Blue) = 54+84+81=219 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.66% from 219); Green value is 84 (33.20% from 255 or 38.36% from 219); Blue value is 81 (32.03% from 255 or 36.99% from 219); Max value from RGB is 84 - color contains mainly: green. Hex color #365451 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365451 is #C9ABAE. Grayscale: #4A4A4A. Windows color (decimal): -13216687 or 5329974. OLE color: 5329974.
HSL color Cylindrical-coordinate representation of color #365451: hue angle of 174º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #365451 is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 54 | 84 | 81 | - |
| CMYK | 0.36 | 0 | 0.04 | 0.67 |
| HSL | 174º | 0.22% | 0.27% | - |
| HSV(B) | 174º | 0.36% | 0.33% | - |
| XYZ | 6.18 | 7.72 | 8.95 | - |
| YUV | 74.69 | 131.56 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 84 | 81 | 0.36 | 0 | 0.04 | 0.67 | 174 | 0.22 | 0.27 |
| Hex | 36 | 54 | 51 | 24 | 0 | 4 | 43 | AE | 16 | 1B |
| Octal | 66 | 124 | 121 | 44 | 0 | 4 | 103 | 256 | 26 | 33 |
| Binary | 110110 | 1010100 | 1010001 | 100100 | 0 | 100 | 1000011 | 10101110 | 10110 | 11011 |
Color Harmonies of #365451
Complementary color
Monochromatic Colors of #365451
Black with #365451
Text Example
Text Example
White with #365451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365451; }
p { color: rgb(54,84,81); }
H1.HeaderClassName
{
color: #365451;
}
.AnyTagClassName
{
color: #365451;
}
</style>
background-color css
<style>
a { background-color: #365451; }
a { background-color: rgb(54,84,81); }
div.DivClassName
{
background-color: #365451;
}
.BgClassName
{
background-color: #365451;
}
</style>
border-color css
<style>
span { border-color: #365451; }
span { border-color: rgb(54,84,81); }
td.TdClassName
{
border-color: #365451;
}
.TagClassName
{
border-color: #365451;
}
</style>