Shades of Paradiso #367E87
Tints of Paradiso #367E87
RGB
CMYK
RGB Variations
Color information
#367E87 (or 0x367E87) is known color: Paradiso. HEX triplet: 36, 7E and 87. RGB value is (54,126,135). Sum of RGB (Red+Green+Blue) = 54+126+135=315 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.14% from 315); Green value is 126 (49.61% from 255 or 40% from 315); Blue value is 135 (53.12% from 255 or 42.86% from 315); Max value from RGB is 135 - color contains mainly: blue. Hex color #367E87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367E87 is #C98178. Grayscale: #696969. Windows color (decimal): -13205881 or 8879670. OLE color: 8879670.
HSL color Cylindrical-coordinate representation of color #367E87: hue angle of 186.67º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #367E87 is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 54 | 126 | 135 | - |
| CMYK | 0.60 | 0.07 | 0 | 0.47 |
| HSL | 186.67º | 0.43% | 0.37% | - |
| HSV(B) | 186.67º | 0.6% | 0.53% | - |
| XYZ | 13.36 | 17.46 | 25.59 | - |
| YUV | 105.5 | 144.65 | 91.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 126 | 135 | 0.60 | 0.07 | 0 | 0.47 | 186.67 | 0.43 | 0.37 |
| Hex | 36 | 7E | 87 | 3C | 7 | 0 | 2F | BB | 2B | 25 |
| Octal | 66 | 176 | 207 | 74 | 7 | 0 | 57 | 273 | 53 | 45 |
| Binary | 110110 | 1111110 | 10000111 | 111100 | 111 | 0 | 101111 | 10111011 | 101011 | 100101 |
Color Harmonies of #367E87
Complementary color
Monochromatic Colors of #367E87
Black with #367E87
Text Example
Text Example
White with #367E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367E87; }
p { color: rgb(54,126,135); }
H1.HeaderClassName
{
color: #367E87;
}
.AnyTagClassName
{
color: #367E87;
}
</style>
background-color css
<style>
a { background-color: #367E87; }
a { background-color: rgb(54,126,135); }
div.DivClassName
{
background-color: #367E87;
}
.BgClassName
{
background-color: #367E87;
}
</style>
border-color css
<style>
span { border-color: #367E87; }
span { border-color: rgb(54,126,135); }
td.TdClassName
{
border-color: #367E87;
}
.TagClassName
{
border-color: #367E87;
}
</style>