Shades of Paradiso #387F89
Tints of Paradiso #387F89
RGB
CMYK
RGB Variations
Color information
#387F89 (or 0x387F89) is known color: Paradiso. HEX triplet: 38, 7F and 89. RGB value is (56,127,137). Sum of RGB (Red+Green+Blue) = 56+127+137=320 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.5% from 320); Green value is 127 (50% from 255 or 39.69% from 320); Blue value is 137 (53.91% from 255 or 42.81% from 320); Max value from RGB is 137 - color contains mainly: blue. Hex color #387F89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387F89 is #C78076. Grayscale: #6A6A6A. Windows color (decimal): -13074551 or 9011000. OLE color: 9011000.
HSL color Cylindrical-coordinate representation of color #387F89: hue angle of 187.41º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #387F89 is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 56 | 127 | 137 | - |
| CMYK | 0.59 | 0.07 | 0 | 0.46 |
| HSL | 187.41º | 0.42% | 0.38% | - |
| HSV(B) | 187.41º | 0.59% | 0.54% | - |
| XYZ | 13.74 | 17.83 | 26.38 | - |
| YUV | 106.91 | 144.98 | 91.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 127 | 137 | 0.59 | 0.07 | 0 | 0.46 | 187.41 | 0.42 | 0.38 |
| Hex | 38 | 7F | 89 | 3B | 7 | 0 | 2E | BB | 2A | 26 |
| Octal | 70 | 177 | 211 | 73 | 7 | 0 | 56 | 273 | 52 | 46 |
| Binary | 111000 | 1111111 | 10001001 | 111011 | 111 | 0 | 101110 | 10111011 | 101010 | 100110 |
Color Harmonies of #387F89
Complementary color
Monochromatic Colors of #387F89
Black with #387F89
Text Example
Text Example
White with #387F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387F89; }
p { color: rgb(56,127,137); }
H1.HeaderClassName
{
color: #387F89;
}
.AnyTagClassName
{
color: #387F89;
}
</style>
background-color css
<style>
a { background-color: #387F89; }
a { background-color: rgb(56,127,137); }
div.DivClassName
{
background-color: #387F89;
}
.BgClassName
{
background-color: #387F89;
}
</style>
border-color css
<style>
span { border-color: #387F89; }
span { border-color: rgb(56,127,137); }
td.TdClassName
{
border-color: #387F89;
}
.TagClassName
{
border-color: #387F89;
}
</style>