Shades of Paradiso #377C86
Tints of Paradiso #377C86
RGB
CMYK
RGB Variations
Color information
#377C86 (or 0x377C86) is known color: Paradiso. HEX triplet: 37, 7C and 86. RGB value is (55,124,134). Sum of RGB (Red+Green+Blue) = 55+124+134=313 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.57% from 313); Green value is 124 (48.83% from 255 or 39.62% from 313); Blue value is 134 (52.73% from 255 or 42.81% from 313); Max value from RGB is 134 - color contains mainly: blue. Hex color #377C86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377C86 is #C88379. Grayscale: #686868. Windows color (decimal): -13140858 or 8813623. OLE color: 8813623.
HSL color Cylindrical-coordinate representation of color #377C86: hue angle of 187.59º 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 #377C86 is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 55 | 124 | 134 | - |
| CMYK | 0.59 | 0.07 | 0 | 0.47 |
| HSL | 187.59º | 0.42% | 0.37% | - |
| HSV(B) | 187.59º | 0.59% | 0.53% | - |
| XYZ | 13.09 | 16.95 | 25.14 | - |
| YUV | 104.51 | 144.64 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 124 | 134 | 0.59 | 0.07 | 0 | 0.47 | 187.59 | 0.42 | 0.37 |
| Hex | 37 | 7C | 86 | 3B | 7 | 0 | 2F | BC | 2A | 25 |
| Octal | 67 | 174 | 206 | 73 | 7 | 0 | 57 | 274 | 52 | 45 |
| Binary | 110111 | 1111100 | 10000110 | 111011 | 111 | 0 | 101111 | 10111100 | 101010 | 100101 |
Color Harmonies of #377C86
Complementary color
Monochromatic Colors of #377C86
Black with #377C86
Text Example
Text Example
White with #377C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377C86; }
p { color: rgb(55,124,134); }
H1.HeaderClassName
{
color: #377C86;
}
.AnyTagClassName
{
color: #377C86;
}
</style>
background-color css
<style>
a { background-color: #377C86; }
a { background-color: rgb(55,124,134); }
div.DivClassName
{
background-color: #377C86;
}
.BgClassName
{
background-color: #377C86;
}
</style>
border-color css
<style>
span { border-color: #377C86; }
span { border-color: rgb(55,124,134); }
td.TdClassName
{
border-color: #377C86;
}
.TagClassName
{
border-color: #377C86;
}
</style>