Shades of Paradiso #387D87
Tints of Paradiso #387D87
RGB
CMYK
RGB Variations
Color information
#387D87 (or 0x387D87) is known color: Paradiso. HEX triplet: 38, 7D and 87. RGB value is (56,125,135). Sum of RGB (Red+Green+Blue) = 56+125+135=316 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.72% from 316); Green value is 125 (49.22% from 255 or 39.56% from 316); Blue value is 135 (53.12% from 255 or 42.72% from 316); Max value from RGB is 135 - color contains mainly: blue. Hex color #387D87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387D87 is #C78278. Grayscale: #696969. Windows color (decimal): -13075065 or 8879416. OLE color: 8879416.
HSL color Cylindrical-coordinate representation of color #387D87: hue angle of 187.59º degrees, saturation: 0.41, 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 #387D87 is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 56 | 125 | 135 | - |
| CMYK | 0.59 | 0.07 | 0 | 0.47 |
| HSL | 187.59º | 0.41% | 0.37% | - |
| HSV(B) | 187.59º | 0.59% | 0.53% | - |
| XYZ | 13.34 | 17.26 | 25.55 | - |
| YUV | 105.51 | 144.64 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 125 | 135 | 0.59 | 0.07 | 0 | 0.47 | 187.59 | 0.41 | 0.37 |
| Hex | 38 | 7D | 87 | 3B | 7 | 0 | 2F | BC | 29 | 25 |
| Octal | 70 | 175 | 207 | 73 | 7 | 0 | 57 | 274 | 51 | 45 |
| Binary | 111000 | 1111101 | 10000111 | 111011 | 111 | 0 | 101111 | 10111100 | 101001 | 100101 |
Color Harmonies of #387D87
Complementary color
Monochromatic Colors of #387D87
Black with #387D87
Text Example
Text Example
White with #387D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387D87; }
p { color: rgb(56,125,135); }
H1.HeaderClassName
{
color: #387D87;
}
.AnyTagClassName
{
color: #387D87;
}
</style>
background-color css
<style>
a { background-color: #387D87; }
a { background-color: rgb(56,125,135); }
div.DivClassName
{
background-color: #387D87;
}
.BgClassName
{
background-color: #387D87;
}
</style>
border-color css
<style>
span { border-color: #387D87; }
span { border-color: rgb(56,125,135); }
td.TdClassName
{
border-color: #387D87;
}
.TagClassName
{
border-color: #387D87;
}
</style>