Shades of Paradiso #377F85
Tints of Paradiso #377F85
RGB
CMYK
RGB Variations
Color information
#377F85 (or 0x377F85) is known color: Paradiso. HEX triplet: 37, 7F and 85. RGB value is (55,127,133). Sum of RGB (Red+Green+Blue) = 55+127+133=315 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.46% from 315); Green value is 127 (50% from 255 or 40.32% from 315); Blue value is 133 (52.34% from 255 or 42.22% from 315); Max value from RGB is 133 - color contains mainly: blue. Hex color #377F85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377F85 is #C8807A. Grayscale: #6A6A6A. Windows color (decimal): -13140091 or 8748855. OLE color: 8748855.
HSL color Cylindrical-coordinate representation of color #377F85: hue angle of 184.62º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #377F85 is Cyan = 0.59, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 55 | 127 | 133 | - |
| CMYK | 0.59 | 0.05 | 0 | 0.48 |
| HSL | 184.62º | 0.41% | 0.37% | - |
| HSV(B) | 184.62º | 0.59% | 0.52% | - |
| XYZ | 13.4 | 17.68 | 24.9 | - |
| YUV | 106.16 | 143.15 | 91.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 127 | 133 | 0.59 | 0.05 | 0 | 0.48 | 184.62 | 0.41 | 0.37 |
| Hex | 37 | 7F | 85 | 3B | 5 | 0 | 30 | B9 | 29 | 25 |
| Octal | 67 | 177 | 205 | 73 | 5 | 0 | 60 | 271 | 51 | 45 |
| Binary | 110111 | 1111111 | 10000101 | 111011 | 101 | 0 | 110000 | 10111001 | 101001 | 100101 |
Color Harmonies of #377F85
Complementary color
Monochromatic Colors of #377F85
Black with #377F85
Text Example
Text Example
White with #377F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377F85; }
p { color: rgb(55,127,133); }
H1.HeaderClassName
{
color: #377F85;
}
.AnyTagClassName
{
color: #377F85;
}
</style>
background-color css
<style>
a { background-color: #377F85; }
a { background-color: rgb(55,127,133); }
div.DivClassName
{
background-color: #377F85;
}
.BgClassName
{
background-color: #377F85;
}
</style>
border-color css
<style>
span { border-color: #377F85; }
span { border-color: rgb(55,127,133); }
td.TdClassName
{
border-color: #377F85;
}
.TagClassName
{
border-color: #377F85;
}
</style>