Shades of Paradiso #387F87
Tints of Paradiso #387F87
RGB
CMYK
RGB Variations
Color information
#387F87 (or 0x387F87) is known color: Paradiso. HEX triplet: 38, 7F and 87. RGB value is (56,127,135). Sum of RGB (Red+Green+Blue) = 56+127+135=318 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.61% from 318); Green value is 127 (50% from 255 or 39.94% from 318); Blue value is 135 (53.12% from 255 or 42.45% from 318); Max value from RGB is 135 - color contains mainly: blue. Hex color #387F87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387F87 is #C78078. Grayscale: #6A6A6A. Windows color (decimal): -13074553 or 8879928. OLE color: 8879928.
HSL color Cylindrical-coordinate representation of color #387F87: hue angle of 186.08º 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 #387F87 is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 56 | 127 | 135 | - |
| CMYK | 0.59 | 0.06 | 0 | 0.47 |
| HSL | 186.08º | 0.41% | 0.37% | - |
| HSV(B) | 186.08º | 0.59% | 0.53% | - |
| XYZ | 13.59 | 17.77 | 25.63 | - |
| YUV | 106.68 | 143.98 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 127 | 135 | 0.59 | 0.06 | 0 | 0.47 | 186.08 | 0.41 | 0.37 |
| Hex | 38 | 7F | 87 | 3B | 6 | 0 | 2F | BA | 29 | 25 |
| Octal | 70 | 177 | 207 | 73 | 6 | 0 | 57 | 272 | 51 | 45 |
| Binary | 111000 | 1111111 | 10000111 | 111011 | 110 | 0 | 101111 | 10111010 | 101001 | 100101 |
Color Harmonies of #387F87
Complementary color
Monochromatic Colors of #387F87
Black with #387F87
Text Example
Text Example
White with #387F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387F87; }
p { color: rgb(56,127,135); }
H1.HeaderClassName
{
color: #387F87;
}
.AnyTagClassName
{
color: #387F87;
}
</style>
background-color css
<style>
a { background-color: #387F87; }
a { background-color: rgb(56,127,135); }
div.DivClassName
{
background-color: #387F87;
}
.BgClassName
{
background-color: #387F87;
}
</style>
border-color css
<style>
span { border-color: #387F87; }
span { border-color: rgb(56,127,135); }
td.TdClassName
{
border-color: #387F87;
}
.TagClassName
{
border-color: #387F87;
}
</style>