Shades of Paradiso #377F88
Tints of Paradiso #377F88
RGB
CMYK
RGB Variations
Color information
#377F88 (or 0x377F88) is known color: Paradiso. HEX triplet: 37, 7F and 88. RGB value is (55,127,136). Sum of RGB (Red+Green+Blue) = 55+127+136=318 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.30% from 318); Green value is 127 (50% from 255 or 39.94% from 318); Blue value is 136 (53.52% from 255 or 42.77% from 318); Max value from RGB is 136 - color contains mainly: blue. Hex color #377F88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377F88 is #C88077. Grayscale: #6A6A6A. Windows color (decimal): -13140088 or 8945463. OLE color: 8945463.
HSL color Cylindrical-coordinate representation of color #377F88: hue angle of 186.67º degrees, saturation: 0.42, 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 #377F88 is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 55 | 127 | 136 | - |
| CMYK | 0.60 | 0.07 | 0 | 0.47 |
| HSL | 186.67º | 0.42% | 0.37% | - |
| HSV(B) | 186.67º | 0.6% | 0.53% | - |
| XYZ | 13.61 | 17.77 | 26 | - |
| YUV | 106.5 | 144.65 | 91.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 127 | 136 | 0.60 | 0.07 | 0 | 0.47 | 186.67 | 0.42 | 0.37 |
| Hex | 37 | 7F | 88 | 3C | 7 | 0 | 2F | BB | 2A | 25 |
| Octal | 67 | 177 | 210 | 74 | 7 | 0 | 57 | 273 | 52 | 45 |
| Binary | 110111 | 1111111 | 10001000 | 111100 | 111 | 0 | 101111 | 10111011 | 101010 | 100101 |
Color Harmonies of #377F88
Complementary color
Monochromatic Colors of #377F88
Black with #377F88
Text Example
Text Example
White with #377F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377F88; }
p { color: rgb(55,127,136); }
H1.HeaderClassName
{
color: #377F88;
}
.AnyTagClassName
{
color: #377F88;
}
</style>
background-color css
<style>
a { background-color: #377F88; }
a { background-color: rgb(55,127,136); }
div.DivClassName
{
background-color: #377F88;
}
.BgClassName
{
background-color: #377F88;
}
</style>
border-color css
<style>
span { border-color: #377F88; }
span { border-color: rgb(55,127,136); }
td.TdClassName
{
border-color: #377F88;
}
.TagClassName
{
border-color: #377F88;
}
</style>