Shades of Paradiso #377F87
Tints of Paradiso #377F87
RGB
CMYK
RGB Variations
Color information
#377F87 (or 0x377F87) is known color: Paradiso. HEX triplet: 37, 7F and 87. RGB value is (55,127,135). Sum of RGB (Red+Green+Blue) = 55+127+135=317 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.35% from 317); Green value is 127 (50% from 255 or 40.06% from 317); Blue value is 135 (53.12% from 255 or 42.59% from 317); Max value from RGB is 135 - color contains mainly: blue. Hex color #377F87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377F87 is #C88078. Grayscale: #6A6A6A. Windows color (decimal): -13140089 or 8879927. OLE color: 8879927.
HSL color Cylindrical-coordinate representation of color #377F87: hue angle of 186º 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 #377F87 is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 55 | 127 | 135 | - |
| CMYK | 0.59 | 0.06 | 0 | 0.47 |
| HSL | 186º | 0.42% | 0.37% | - |
| HSV(B) | 186º | 0.59% | 0.53% | - |
| XYZ | 13.54 | 17.74 | 25.63 | - |
| YUV | 106.38 | 144.15 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 127 | 135 | 0.59 | 0.06 | 0 | 0.47 | 186 | 0.42 | 0.37 |
| Hex | 37 | 7F | 87 | 3B | 6 | 0 | 2F | BA | 2A | 25 |
| Octal | 67 | 177 | 207 | 73 | 6 | 0 | 57 | 272 | 52 | 45 |
| Binary | 110111 | 1111111 | 10000111 | 111011 | 110 | 0 | 101111 | 10111010 | 101010 | 100101 |
Color Harmonies of #377F87
Complementary color
Monochromatic Colors of #377F87
Black with #377F87
Text Example
Text Example
White with #377F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377F87; }
p { color: rgb(55,127,135); }
H1.HeaderClassName
{
color: #377F87;
}
.AnyTagClassName
{
color: #377F87;
}
</style>
background-color css
<style>
a { background-color: #377F87; }
a { background-color: rgb(55,127,135); }
div.DivClassName
{
background-color: #377F87;
}
.BgClassName
{
background-color: #377F87;
}
</style>
border-color css
<style>
span { border-color: #377F87; }
span { border-color: rgb(55,127,135); }
td.TdClassName
{
border-color: #377F87;
}
.TagClassName
{
border-color: #377F87;
}
</style>