Shades of Blue Dianne #365552
Tints of Blue Dianne #365552
RGB
CMYK
RGB Variations
Color information
#365552 (or 0x365552) is known color: Blue Dianne. HEX triplet: 36, 55 and 52. RGB value is (54,85,82). Sum of RGB (Red+Green+Blue) = 54+85+82=221 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.43% from 221); Green value is 85 (33.59% from 255 or 38.46% from 221); Blue value is 82 (32.42% from 255 or 37.10% from 221); Max value from RGB is 85 - color contains mainly: green. Hex color #365552 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365552 is #C9AAAD. Grayscale: #4B4B4B. Windows color (decimal): -13216430 or 5395766. OLE color: 5395766.
HSL color Cylindrical-coordinate representation of color #365552: hue angle of 174.19º 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 #365552 is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 54 | 85 | 82 | - |
| CMYK | 0.36 | 0 | 0.04 | 0.67 |
| HSL | 174.19º | 0.22% | 0.27% | - |
| HSV(B) | 174.19º | 0.36% | 0.33% | - |
| XYZ | 6.29 | 7.89 | 9.17 | - |
| YUV | 75.39 | 131.73 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 85 | 82 | 0.36 | 0 | 0.04 | 0.67 | 174.19 | 0.22 | 0.27 |
| Hex | 36 | 55 | 52 | 24 | 0 | 4 | 43 | AE | 16 | 1B |
| Octal | 66 | 125 | 122 | 44 | 0 | 4 | 103 | 256 | 26 | 33 |
| Binary | 110110 | 1010101 | 1010010 | 100100 | 0 | 100 | 1000011 | 10101110 | 10110 | 11011 |
Color Harmonies of #365552
Complementary color
Monochromatic Colors of #365552
Black with #365552
Text Example
Text Example
White with #365552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365552; }
p { color: rgb(54,85,82); }
H1.HeaderClassName
{
color: #365552;
}
.AnyTagClassName
{
color: #365552;
}
</style>
background-color css
<style>
a { background-color: #365552; }
a { background-color: rgb(54,85,82); }
div.DivClassName
{
background-color: #365552;
}
.BgClassName
{
background-color: #365552;
}
</style>
border-color css
<style>
span { border-color: #365552; }
span { border-color: rgb(54,85,82); }
td.TdClassName
{
border-color: #365552;
}
.TagClassName
{
border-color: #365552;
}
</style>