Shades of Paradiso #37808B
Tints of Paradiso #37808B
RGB
CMYK
RGB Variations
Color information
#37808B (or 0x37808B) is known color: Paradiso. HEX triplet: 37, 80 and 8B. RGB value is (55,128,139). Sum of RGB (Red+Green+Blue) = 55+128+139=322 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.08% from 322); Green value is 128 (50.39% from 255 or 39.75% from 322); Blue value is 139 (54.69% from 255 or 43.17% from 322); Max value from RGB is 139 - color contains mainly: blue. Hex color #37808B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37808B is #C87F74. Grayscale: #6B6B6B. Windows color (decimal): -13139829 or 9142327. OLE color: 9142327.
HSL color Cylindrical-coordinate representation of color #37808B: hue angle of 187.86º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #37808B is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 128 | 139 | - |
| CMYK | 0.60 | 0.08 | 0 | 0.45 |
| HSL | 187.86º | 0.43% | 0.38% | - |
| HSV(B) | 187.86º | 0.6% | 0.55% | - |
| XYZ | 13.95 | 18.11 | 27.19 | - |
| YUV | 107.43 | 145.82 | 90.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 128 | 139 | 0.60 | 0.08 | 0 | 0.45 | 187.86 | 0.43 | 0.38 |
| Hex | 37 | 80 | 8B | 3C | 8 | 0 | 2D | BC | 2B | 26 |
| Octal | 67 | 200 | 213 | 74 | 10 | 0 | 55 | 274 | 53 | 46 |
| Binary | 110111 | 10000000 | 10001011 | 111100 | 1000 | 0 | 101101 | 10111100 | 101011 | 100110 |
Color Harmonies of #37808B
Complementary color
Monochromatic Colors of #37808B
Black with #37808B
Text Example
Text Example
White with #37808B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37808B; }
p { color: rgb(55,128,139); }
H1.HeaderClassName
{
color: #37808B;
}
.AnyTagClassName
{
color: #37808B;
}
</style>
background-color css
<style>
a { background-color: #37808B; }
a { background-color: rgb(55,128,139); }
div.DivClassName
{
background-color: #37808B;
}
.BgClassName
{
background-color: #37808B;
}
</style>
border-color css
<style>
span { border-color: #37808B; }
span { border-color: rgb(55,128,139); }
td.TdClassName
{
border-color: #37808B;
}
.TagClassName
{
border-color: #37808B;
}
</style>