Shades of Paradiso #387D83
Tints of Paradiso #387D83
RGB
CMYK
RGB Variations
Color information
#387D83 (or 0x387D83) is known color: Paradiso. HEX triplet: 38, 7D and 83. RGB value is (56,125,131). Sum of RGB (Red+Green+Blue) = 56+125+131=312 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.95% from 312); Green value is 125 (49.22% from 255 or 40.06% from 312); Blue value is 131 (51.56% from 255 or 41.99% from 312); Max value from RGB is 131 - color contains mainly: blue. Hex color #387D83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387D83 is #C7827C. Grayscale: #686868. Windows color (decimal): -13075069 or 8617272. OLE color: 8617272.
HSL color Cylindrical-coordinate representation of color #387D83: hue angle of 184.8º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #387D83 is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 56 | 125 | 131 | - |
| CMYK | 0.57 | 0.05 | 0 | 0.49 |
| HSL | 184.8º | 0.4% | 0.37% | - |
| HSV(B) | 184.8º | 0.57% | 0.51% | - |
| XYZ | 13.06 | 17.15 | 24.09 | - |
| YUV | 105.05 | 142.64 | 93.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 125 | 131 | 0.57 | 0.05 | 0 | 0.49 | 184.8 | 0.4 | 0.37 |
| Hex | 38 | 7D | 83 | 39 | 5 | 0 | 31 | B9 | 28 | 25 |
| Octal | 70 | 175 | 203 | 71 | 5 | 0 | 61 | 271 | 50 | 45 |
| Binary | 111000 | 1111101 | 10000011 | 111001 | 101 | 0 | 110001 | 10111001 | 101000 | 100101 |
Color Harmonies of #387D83
Complementary color
Monochromatic Colors of #387D83
Black with #387D83
Text Example
Text Example
White with #387D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387D83; }
p { color: rgb(56,125,131); }
H1.HeaderClassName
{
color: #387D83;
}
.AnyTagClassName
{
color: #387D83;
}
</style>
background-color css
<style>
a { background-color: #387D83; }
a { background-color: rgb(56,125,131); }
div.DivClassName
{
background-color: #387D83;
}
.BgClassName
{
background-color: #387D83;
}
</style>
border-color css
<style>
span { border-color: #387D83; }
span { border-color: rgb(56,125,131); }
td.TdClassName
{
border-color: #387D83;
}
.TagClassName
{
border-color: #387D83;
}
</style>