Shades of Paradiso #387F82
Tints of Paradiso #387F82
RGB
CMYK
RGB Variations
Color information
#387F82 (or 0x387F82) is known color: Paradiso. HEX triplet: 38, 7F and 82. RGB value is (56,127,130). Sum of RGB (Red+Green+Blue) = 56+127+130=313 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.89% from 313); Green value is 127 (50% from 255 or 40.58% from 313); Blue value is 130 (51.17% from 255 or 41.53% from 313); Max value from RGB is 130 - color contains mainly: blue. Hex color #387F82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387F82 is #C7807D. Grayscale: #6A6A6A. Windows color (decimal): -13074558 or 8552248. OLE color: 8552248.
HSL color Cylindrical-coordinate representation of color #387F82: hue angle of 182.43º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #387F82 is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 56 | 127 | 130 | - |
| CMYK | 0.57 | 0.02 | 0 | 0.49 |
| HSL | 182.43º | 0.4% | 0.36% | - |
| HSV(B) | 182.43º | 0.57% | 0.51% | - |
| XYZ | 13.25 | 17.63 | 23.82 | - |
| YUV | 106.11 | 141.48 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 127 | 130 | 0.57 | 0.02 | 0 | 0.49 | 182.43 | 0.4 | 0.36 |
| Hex | 38 | 7F | 82 | 39 | 2 | 0 | 31 | B6 | 28 | 24 |
| Octal | 70 | 177 | 202 | 71 | 2 | 0 | 61 | 266 | 50 | 44 |
| Binary | 111000 | 1111111 | 10000010 | 111001 | 10 | 0 | 110001 | 10110110 | 101000 | 100100 |
Color Harmonies of #387F82
Complementary color
Monochromatic Colors of #387F82
Black with #387F82
Text Example
Text Example
White with #387F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387F82; }
p { color: rgb(56,127,130); }
H1.HeaderClassName
{
color: #387F82;
}
.AnyTagClassName
{
color: #387F82;
}
</style>
background-color css
<style>
a { background-color: #387F82; }
a { background-color: rgb(56,127,130); }
div.DivClassName
{
background-color: #387F82;
}
.BgClassName
{
background-color: #387F82;
}
</style>
border-color css
<style>
span { border-color: #387F82; }
span { border-color: rgb(56,127,130); }
td.TdClassName
{
border-color: #387F82;
}
.TagClassName
{
border-color: #387F82;
}
</style>