Shades of Paradiso #40828B
Tints of Paradiso #40828B
RGB
CMYK
RGB Variations
Color information
#40828B (or 0x40828B) is known color: Paradiso. HEX triplet: 40, 82 and 8B. RGB value is (64,130,139). Sum of RGB (Red+Green+Blue) = 64+130+139=333 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.22% from 333); Green value is 130 (51.17% from 255 or 39.04% from 333); Blue value is 139 (54.69% from 255 or 41.74% from 333); Max value from RGB is 139 - color contains mainly: blue. Hex color #40828B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40828B is #BF7D74. Grayscale: #6F6F6F. Windows color (decimal): -12549493 or 9142848. OLE color: 9142848.
HSL color Cylindrical-coordinate representation of color #40828B: hue angle of 187.2º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #40828B is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 130 | 139 | - |
| CMYK | 0.54 | 0.06 | 0 | 0.45 |
| HSL | 187.2º | 0.37% | 0.4% | - |
| HSV(B) | 187.2º | 0.54% | 0.55% | - |
| XYZ | 14.76 | 18.92 | 27.3 | - |
| YUV | 111.29 | 143.63 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 130 | 139 | 0.54 | 0.06 | 0 | 0.45 | 187.2 | 0.37 | 0.4 |
| Hex | 40 | 82 | 8B | 36 | 6 | 0 | 2D | BB | 25 | 28 |
| Octal | 100 | 202 | 213 | 66 | 6 | 0 | 55 | 273 | 45 | 50 |
| Binary | 1000000 | 10000010 | 10001011 | 110110 | 110 | 0 | 101101 | 10111011 | 100101 | 101000 |
Color Harmonies of #40828B
Complementary color
Monochromatic Colors of #40828B
Black with #40828B
Text Example
Text Example
White with #40828B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40828B; }
p { color: rgb(64,130,139); }
H1.HeaderClassName
{
color: #40828B;
}
.AnyTagClassName
{
color: #40828B;
}
</style>
background-color css
<style>
a { background-color: #40828B; }
a { background-color: rgb(64,130,139); }
div.DivClassName
{
background-color: #40828B;
}
.BgClassName
{
background-color: #40828B;
}
</style>
border-color css
<style>
span { border-color: #40828B; }
span { border-color: rgb(64,130,139); }
td.TdClassName
{
border-color: #40828B;
}
.TagClassName
{
border-color: #40828B;
}
</style>