Shades of Paradiso #387F88
Tints of Paradiso #387F88
RGB
CMYK
RGB Variations
Color information
#387F88 (or 0x387F88) is known color: Paradiso. HEX triplet: 38, 7F and 88. RGB value is (56,127,136). Sum of RGB (Red+Green+Blue) = 56+127+136=319 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.55% from 319); Green value is 127 (50% from 255 or 39.81% from 319); Blue value is 136 (53.52% from 255 or 42.63% from 319); Max value from RGB is 136 - color contains mainly: blue. Hex color #387F88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387F88 is #C78077. Grayscale: #6A6A6A. Windows color (decimal): -13074552 or 8945464. OLE color: 8945464.
HSL color Cylindrical-coordinate representation of color #387F88: hue angle of 186.75º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #387F88 is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 56 | 127 | 136 | - |
| CMYK | 0.59 | 0.07 | 0 | 0.47 |
| HSL | 186.75º | 0.42% | 0.38% | - |
| HSV(B) | 186.75º | 0.59% | 0.53% | - |
| XYZ | 13.66 | 17.8 | 26.01 | - |
| YUV | 106.8 | 144.48 | 91.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 127 | 136 | 0.59 | 0.07 | 0 | 0.47 | 186.75 | 0.42 | 0.38 |
| Hex | 38 | 7F | 88 | 3B | 7 | 0 | 2F | BB | 2A | 26 |
| Octal | 70 | 177 | 210 | 73 | 7 | 0 | 57 | 273 | 52 | 46 |
| Binary | 111000 | 1111111 | 10001000 | 111011 | 111 | 0 | 101111 | 10111011 | 101010 | 100110 |
Color Harmonies of #387F88
Complementary color
Monochromatic Colors of #387F88
Black with #387F88
Text Example
Text Example
White with #387F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387F88; }
p { color: rgb(56,127,136); }
H1.HeaderClassName
{
color: #387F88;
}
.AnyTagClassName
{
color: #387F88;
}
</style>
background-color css
<style>
a { background-color: #387F88; }
a { background-color: rgb(56,127,136); }
div.DivClassName
{
background-color: #387F88;
}
.BgClassName
{
background-color: #387F88;
}
</style>
border-color css
<style>
span { border-color: #387F88; }
span { border-color: rgb(56,127,136); }
td.TdClassName
{
border-color: #387F88;
}
.TagClassName
{
border-color: #387F88;
}
</style>