Shades of Paradiso #387E82
Tints of Paradiso #387E82
RGB
CMYK
RGB Variations
Color information
#387E82 (or 0x387E82) is known color: Paradiso. HEX triplet: 38, 7E and 82. RGB value is (56,126,130). Sum of RGB (Red+Green+Blue) = 56+126+130=312 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.95% from 312); Green value is 126 (49.61% from 255 or 40.38% from 312); Blue value is 130 (51.17% from 255 or 41.67% from 312); Max value from RGB is 130 - color contains mainly: blue. Hex color #387E82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387E82 is #C7817D. Grayscale: #696969. Windows color (decimal): -13074814 or 8551992. OLE color: 8551992.
HSL color Cylindrical-coordinate representation of color #387E82: hue angle of 183.24º 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 #387E82 is Cyan = 0.57, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 56 | 126 | 130 | - |
| CMYK | 0.57 | 0.03 | 0 | 0.49 |
| HSL | 183.24º | 0.4% | 0.36% | - |
| HSV(B) | 183.24º | 0.57% | 0.51% | - |
| XYZ | 13.12 | 17.37 | 23.78 | - |
| YUV | 105.53 | 141.81 | 92.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 126 | 130 | 0.57 | 0.03 | 0 | 0.49 | 183.24 | 0.4 | 0.36 |
| Hex | 38 | 7E | 82 | 39 | 3 | 0 | 31 | B7 | 28 | 24 |
| Octal | 70 | 176 | 202 | 71 | 3 | 0 | 61 | 267 | 50 | 44 |
| Binary | 111000 | 1111110 | 10000010 | 111001 | 11 | 0 | 110001 | 10110111 | 101000 | 100100 |
Color Harmonies of #387E82
Complementary color
Monochromatic Colors of #387E82
Black with #387E82
Text Example
Text Example
White with #387E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387E82; }
p { color: rgb(56,126,130); }
H1.HeaderClassName
{
color: #387E82;
}
.AnyTagClassName
{
color: #387E82;
}
</style>
background-color css
<style>
a { background-color: #387E82; }
a { background-color: rgb(56,126,130); }
div.DivClassName
{
background-color: #387E82;
}
.BgClassName
{
background-color: #387E82;
}
</style>
border-color css
<style>
span { border-color: #387E82; }
span { border-color: rgb(56,126,130); }
td.TdClassName
{
border-color: #387E82;
}
.TagClassName
{
border-color: #387E82;
}
</style>