Shades of Paradiso #408084
Tints of Paradiso #408084
RGB
CMYK
RGB Variations
Color information
#408084 (or 0x408084) is known color: Paradiso. HEX triplet: 40, 80 and 84. RGB value is (64,128,132). Sum of RGB (Red+Green+Blue) = 64+128+132=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 128 (50.39% from 255 or 39.51% from 324); Blue value is 132 (51.95% from 255 or 40.74% from 324); Max value from RGB is 132 - color contains mainly: blue. Hex color #408084 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408084 is #BF7F7B. Grayscale: #6D6D6D. Windows color (decimal): -12550012 or 8683584. OLE color: 8683584.
HSL color Cylindrical-coordinate representation of color #408084: hue angle of 183.53º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #408084 is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 64 | 128 | 132 | - |
| CMYK | 0.52 | 0.03 | 0 | 0.48 |
| HSL | 183.53º | 0.35% | 0.38% | - |
| HSV(B) | 183.53º | 0.52% | 0.52% | - |
| XYZ | 14 | 18.19 | 24.6 | - |
| YUV | 109.32 | 140.8 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 128 | 132 | 0.52 | 0.03 | 0 | 0.48 | 183.53 | 0.35 | 0.38 |
| Hex | 40 | 80 | 84 | 34 | 3 | 0 | 30 | B8 | 23 | 26 |
| Octal | 100 | 200 | 204 | 64 | 3 | 0 | 60 | 270 | 43 | 46 |
| Binary | 1000000 | 10000000 | 10000100 | 110100 | 11 | 0 | 110000 | 10111000 | 100011 | 100110 |
Color Harmonies of #408084
Complementary color
Monochromatic Colors of #408084
Black with #408084
Text Example
Text Example
White with #408084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408084; }
p { color: rgb(64,128,132); }
H1.HeaderClassName
{
color: #408084;
}
.AnyTagClassName
{
color: #408084;
}
</style>
background-color css
<style>
a { background-color: #408084; }
a { background-color: rgb(64,128,132); }
div.DivClassName
{
background-color: #408084;
}
.BgClassName
{
background-color: #408084;
}
</style>
border-color css
<style>
span { border-color: #408084; }
span { border-color: rgb(64,128,132); }
td.TdClassName
{
border-color: #408084;
}
.TagClassName
{
border-color: #408084;
}
</style>