Shades of Paradiso #388384
Tints of Paradiso #388384
RGB
CMYK
RGB Variations
Color information
#388384 (or 0x388384) is known color: Paradiso. HEX triplet: 38, 83 and 84. RGB value is (56,131,132). Sum of RGB (Red+Green+Blue) = 56+131+132=319 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.55% from 319); Green value is 131 (51.56% from 255 or 41.07% from 319); Blue value is 132 (51.95% from 255 or 41.38% from 319); Max value from RGB is 132 - color contains mainly: blue. Hex color #388384 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388384 is #C77C7B. Grayscale: #6C6C6C. Windows color (decimal): -13073532 or 8684344. OLE color: 8684344.
HSL color Cylindrical-coordinate representation of color #388384: hue angle of 180.79º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #388384 is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 56 | 131 | 132 | - |
| CMYK | 0.58 | 0.01 | 0 | 0.48 |
| HSL | 180.79º | 0.4% | 0.37% | - |
| HSV(B) | 180.79º | 0.58% | 0.52% | - |
| XYZ | 13.91 | 18.74 | 24.71 | - |
| YUV | 108.69 | 141.15 | 90.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 131 | 132 | 0.58 | 0.01 | 0 | 0.48 | 180.79 | 0.4 | 0.37 |
| Hex | 38 | 83 | 84 | 3A | 1 | 0 | 30 | B5 | 28 | 25 |
| Octal | 70 | 203 | 204 | 72 | 1 | 0 | 60 | 265 | 50 | 45 |
| Binary | 111000 | 10000011 | 10000100 | 111010 | 1 | 0 | 110000 | 10110101 | 101000 | 100101 |
Color Harmonies of #388384
Complementary color
Monochromatic Colors of #388384
Black with #388384
Text Example
Text Example
White with #388384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388384; }
p { color: rgb(56,131,132); }
H1.HeaderClassName
{
color: #388384;
}
.AnyTagClassName
{
color: #388384;
}
</style>
background-color css
<style>
a { background-color: #388384; }
a { background-color: rgb(56,131,132); }
div.DivClassName
{
background-color: #388384;
}
.BgClassName
{
background-color: #388384;
}
</style>
border-color css
<style>
span { border-color: #388384; }
span { border-color: rgb(56,131,132); }
td.TdClassName
{
border-color: #388384;
}
.TagClassName
{
border-color: #388384;
}
</style>