Shades of Paradiso #39828B
Tints of Paradiso #39828B
RGB
CMYK
RGB Variations
Color information
#39828B (or 0x39828B) is known color: Paradiso. HEX triplet: 39, 82 and 8B. RGB value is (57,130,139). Sum of RGB (Red+Green+Blue) = 57+130+139=326 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.48% from 326); Green value is 130 (51.17% from 255 or 39.88% from 326); Blue value is 139 (54.69% from 255 or 42.64% from 326); Max value from RGB is 139 - color contains mainly: blue. Hex color #39828B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39828B is #C67D74. Grayscale: #6D6D6D. Windows color (decimal): -13008245 or 9142841. OLE color: 9142841.
HSL color Cylindrical-coordinate representation of color #39828B: hue angle of 186.59º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #39828B is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 57 | 130 | 139 | - |
| CMYK | 0.59 | 0.06 | 0 | 0.45 |
| HSL | 186.59º | 0.42% | 0.38% | - |
| HSV(B) | 186.59º | 0.59% | 0.55% | - |
| XYZ | 14.33 | 18.7 | 27.28 | - |
| YUV | 109.2 | 144.82 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 130 | 139 | 0.59 | 0.06 | 0 | 0.45 | 186.59 | 0.42 | 0.38 |
| Hex | 39 | 82 | 8B | 3B | 6 | 0 | 2D | BB | 2A | 26 |
| Octal | 71 | 202 | 213 | 73 | 6 | 0 | 55 | 273 | 52 | 46 |
| Binary | 111001 | 10000010 | 10001011 | 111011 | 110 | 0 | 101101 | 10111011 | 101010 | 100110 |
Color Harmonies of #39828B
Complementary color
Monochromatic Colors of #39828B
Black with #39828B
Text Example
Text Example
White with #39828B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39828B; }
p { color: rgb(57,130,139); }
H1.HeaderClassName
{
color: #39828B;
}
.AnyTagClassName
{
color: #39828B;
}
</style>
background-color css
<style>
a { background-color: #39828B; }
a { background-color: rgb(57,130,139); }
div.DivClassName
{
background-color: #39828B;
}
.BgClassName
{
background-color: #39828B;
}
</style>
border-color css
<style>
span { border-color: #39828B; }
span { border-color: rgb(57,130,139); }
td.TdClassName
{
border-color: #39828B;
}
.TagClassName
{
border-color: #39828B;
}
</style>