Shades of Paradiso #377D87
Tints of Paradiso #377D87
RGB
CMYK
RGB Variations
Color information
#377D87 (or 0x377D87) is known color: Paradiso. HEX triplet: 37, 7D and 87. RGB value is (55,125,135). Sum of RGB (Red+Green+Blue) = 55+125+135=315 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.46% from 315); Green value is 125 (49.22% from 255 or 39.68% 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 #377D87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377D87 is #C88278. Grayscale: #696969. Windows color (decimal): -13140601 or 8879415. OLE color: 8879415.
HSL color Cylindrical-coordinate representation of color #377D87: hue angle of 187.5º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #377D87 is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 55 | 125 | 135 | - |
| CMYK | 0.59 | 0.07 | 0 | 0.47 |
| HSL | 187.5º | 0.42% | 0.37% | - |
| HSV(B) | 187.5º | 0.59% | 0.53% | - |
| XYZ | 13.28 | 17.23 | 25.55 | - |
| YUV | 105.21 | 144.81 | 92.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 125 | 135 | 0.59 | 0.07 | 0 | 0.47 | 187.5 | 0.42 | 0.37 |
| Hex | 37 | 7D | 87 | 3B | 7 | 0 | 2F | BC | 2A | 25 |
| Octal | 67 | 175 | 207 | 73 | 7 | 0 | 57 | 274 | 52 | 45 |
| Binary | 110111 | 1111101 | 10000111 | 111011 | 111 | 0 | 101111 | 10111100 | 101010 | 100101 |
Color Harmonies of #377D87
Complementary color
Monochromatic Colors of #377D87
Black with #377D87
Text Example
Text Example
White with #377D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377D87; }
p { color: rgb(55,125,135); }
H1.HeaderClassName
{
color: #377D87;
}
.AnyTagClassName
{
color: #377D87;
}
</style>
background-color css
<style>
a { background-color: #377D87; }
a { background-color: rgb(55,125,135); }
div.DivClassName
{
background-color: #377D87;
}
.BgClassName
{
background-color: #377D87;
}
</style>
border-color css
<style>
span { border-color: #377D87; }
span { border-color: rgb(55,125,135); }
td.TdClassName
{
border-color: #377D87;
}
.TagClassName
{
border-color: #377D87;
}
</style>