Shades of Paradiso #408588
Tints of Paradiso #408588
RGB
CMYK
RGB Variations
Color information
#408588 (or 0x408588) is known color: Paradiso. HEX triplet: 40, 85 and 88. RGB value is (64,133,136). Sum of RGB (Red+Green+Blue) = 64+133+136=333 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.22% from 333); Green value is 133 (52.34% from 255 or 39.94% from 333); Blue value is 136 (53.52% from 255 or 40.84% from 333); Max value from RGB is 136 - color contains mainly: blue. Hex color #408588 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408588 is #BF7A77. Grayscale: #707070. Windows color (decimal): -12548728 or 8947008. OLE color: 8947008.
HSL color Cylindrical-coordinate representation of color #408588: hue angle of 182.5º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #408588 is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 64 | 133 | 136 | - |
| CMYK | 0.53 | 0.02 | 0 | 0.47 |
| HSL | 182.5º | 0.36% | 0.39% | - |
| HSV(B) | 182.5º | 0.53% | 0.53% | - |
| XYZ | 14.95 | 19.64 | 26.3 | - |
| YUV | 112.71 | 141.14 | 93.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 133 | 136 | 0.53 | 0.02 | 0 | 0.47 | 182.5 | 0.36 | 0.39 |
| Hex | 40 | 85 | 88 | 35 | 2 | 0 | 2F | B6 | 24 | 27 |
| Octal | 100 | 205 | 210 | 65 | 2 | 0 | 57 | 266 | 44 | 47 |
| Binary | 1000000 | 10000101 | 10001000 | 110101 | 10 | 0 | 101111 | 10110110 | 100100 | 100111 |
Color Harmonies of #408588
Complementary color
Monochromatic Colors of #408588
Black with #408588
Text Example
Text Example
White with #408588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408588; }
p { color: rgb(64,133,136); }
H1.HeaderClassName
{
color: #408588;
}
.AnyTagClassName
{
color: #408588;
}
</style>
background-color css
<style>
a { background-color: #408588; }
a { background-color: rgb(64,133,136); }
div.DivClassName
{
background-color: #408588;
}
.BgClassName
{
background-color: #408588;
}
</style>
border-color css
<style>
span { border-color: #408588; }
span { border-color: rgb(64,133,136); }
td.TdClassName
{
border-color: #408588;
}
.TagClassName
{
border-color: #408588;
}
</style>