Shades of Paradiso #398182
Tints of Paradiso #398182
RGB
CMYK
RGB Variations
Color information
#398182 (or 0x398182) is known color: Paradiso. HEX triplet: 39, 81 and 82. RGB value is (57,129,130). Sum of RGB (Red+Green+Blue) = 57+129+130=316 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.04% from 316); Green value is 129 (50.78% from 255 or 40.82% from 316); Blue value is 130 (51.17% from 255 or 41.14% from 316); Max value from RGB is 130 - color contains mainly: blue. Hex color #398182 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398182 is #C67E7D. Grayscale: #6B6B6B. Windows color (decimal): -13008510 or 8552761. OLE color: 8552761.
HSL color Cylindrical-coordinate representation of color #398182: hue angle of 180.82º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #398182 is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 57 | 129 | 130 | - |
| CMYK | 0.56 | 0.01 | 0 | 0.49 |
| HSL | 180.82º | 0.39% | 0.37% | - |
| HSV(B) | 180.82º | 0.56% | 0.51% | - |
| XYZ | 13.57 | 18.18 | 23.91 | - |
| YUV | 107.59 | 140.65 | 91.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 129 | 130 | 0.56 | 0.01 | 0 | 0.49 | 180.82 | 0.39 | 0.37 |
| Hex | 39 | 81 | 82 | 38 | 1 | 0 | 31 | B5 | 27 | 25 |
| Octal | 71 | 201 | 202 | 70 | 1 | 0 | 61 | 265 | 47 | 45 |
| Binary | 111001 | 10000001 | 10000010 | 111000 | 1 | 0 | 110001 | 10110101 | 100111 | 100101 |
Color Harmonies of #398182
Complementary color
Monochromatic Colors of #398182
Black with #398182
Text Example
Text Example
White with #398182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398182; }
p { color: rgb(57,129,130); }
H1.HeaderClassName
{
color: #398182;
}
.AnyTagClassName
{
color: #398182;
}
</style>
background-color css
<style>
a { background-color: #398182; }
a { background-color: rgb(57,129,130); }
div.DivClassName
{
background-color: #398182;
}
.BgClassName
{
background-color: #398182;
}
</style>
border-color css
<style>
span { border-color: #398182; }
span { border-color: rgb(57,129,130); }
td.TdClassName
{
border-color: #398182;
}
.TagClassName
{
border-color: #398182;
}
</style>