Shades of Paradiso #388185
Tints of Paradiso #388185
RGB
CMYK
RGB Variations
Color information
#388185 (or 0x388185) is known color: Paradiso. HEX triplet: 38, 81 and 85. RGB value is (56,129,133). Sum of RGB (Red+Green+Blue) = 56+129+133=318 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.61% from 318); Green value is 129 (50.78% from 255 or 40.57% from 318); Blue value is 133 (52.34% from 255 or 41.82% from 318); Max value from RGB is 133 - color contains mainly: blue. Hex color #388185 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388185 is #C77E7A. Grayscale: #6B6B6B. Windows color (decimal): -13074043 or 8749368. OLE color: 8749368.
HSL color Cylindrical-coordinate representation of color #388185: hue angle of 183.12º degrees, saturation: 0.41, 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 #388185 is Cyan = 0.58, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 56 | 129 | 133 | - |
| CMYK | 0.58 | 0.03 | 0 | 0.48 |
| HSL | 183.12º | 0.41% | 0.37% | - |
| HSV(B) | 183.12º | 0.58% | 0.52% | - |
| XYZ | 13.71 | 18.23 | 24.99 | - |
| YUV | 107.63 | 142.32 | 91.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 129 | 133 | 0.58 | 0.03 | 0 | 0.48 | 183.12 | 0.41 | 0.37 |
| Hex | 38 | 81 | 85 | 3A | 3 | 0 | 30 | B7 | 29 | 25 |
| Octal | 70 | 201 | 205 | 72 | 3 | 0 | 60 | 267 | 51 | 45 |
| Binary | 111000 | 10000001 | 10000101 | 111010 | 11 | 0 | 110000 | 10110111 | 101001 | 100101 |
Color Harmonies of #388185
Complementary color
Monochromatic Colors of #388185
Black with #388185
Text Example
Text Example
White with #388185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388185; }
p { color: rgb(56,129,133); }
H1.HeaderClassName
{
color: #388185;
}
.AnyTagClassName
{
color: #388185;
}
</style>
background-color css
<style>
a { background-color: #388185; }
a { background-color: rgb(56,129,133); }
div.DivClassName
{
background-color: #388185;
}
.BgClassName
{
background-color: #388185;
}
</style>
border-color css
<style>
span { border-color: #388185; }
span { border-color: rgb(56,129,133); }
td.TdClassName
{
border-color: #388185;
}
.TagClassName
{
border-color: #388185;
}
</style>