Shades of Blue Dianne #365C56
Tints of Blue Dianne #365C56
RGB
CMYK
RGB Variations
Color information
#365C56 (or 0x365C56) is known color: Blue Dianne. HEX triplet: 36, 5C and 56. RGB value is (54,92,86). Sum of RGB (Red+Green+Blue) = 54+92+86=232 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.28% from 232); Green value is 92 (36.33% from 255 or 39.66% from 232); Blue value is 86 (33.98% from 255 or 37.07% from 232); Max value from RGB is 92 - color contains mainly: green. Hex color #365C56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365C56 is #C9A3A9. Grayscale: #4F4F4F. Windows color (decimal): -13214634 or 5659702. OLE color: 5659702.
HSL color Cylindrical-coordinate representation of color #365C56: hue angle of 170.53º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #365C56 is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 54 | 92 | 86 | - |
| CMYK | 0.41 | 0 | 0.07 | 0.64 |
| HSL | 170.53º | 0.26% | 0.29% | - |
| HSV(B) | 170.53º | 0.41% | 0.36% | - |
| XYZ | 7.03 | 9.11 | 10.19 | - |
| YUV | 79.95 | 131.41 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 92 | 86 | 0.41 | 0 | 0.07 | 0.64 | 170.53 | 0.26 | 0.29 |
| Hex | 36 | 5C | 56 | 29 | 0 | 7 | 40 | AB | 1A | 1D |
| Octal | 66 | 134 | 126 | 51 | 0 | 7 | 100 | 253 | 32 | 35 |
| Binary | 110110 | 1011100 | 1010110 | 101001 | 0 | 111 | 1000000 | 10101011 | 11010 | 11101 |
Color Harmonies of #365C56
Complementary color
Monochromatic Colors of #365C56
Black with #365C56
Text Example
Text Example
White with #365C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365C56; }
p { color: rgb(54,92,86); }
H1.HeaderClassName
{
color: #365C56;
}
.AnyTagClassName
{
color: #365C56;
}
</style>
background-color css
<style>
a { background-color: #365C56; }
a { background-color: rgb(54,92,86); }
div.DivClassName
{
background-color: #365C56;
}
.BgClassName
{
background-color: #365C56;
}
</style>
border-color css
<style>
span { border-color: #365C56; }
span { border-color: rgb(54,92,86); }
td.TdClassName
{
border-color: #365C56;
}
.TagClassName
{
border-color: #365C56;
}
</style>