Shades of Paradiso #408285
Tints of Paradiso #408285
RGB
CMYK
RGB Variations
Color information
#408285 (or 0x408285) is known color: Paradiso. HEX triplet: 40, 82 and 85. RGB value is (64,130,133). Sum of RGB (Red+Green+Blue) = 64+130+133=327 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.57% from 327); Green value is 130 (51.17% from 255 or 39.76% from 327); Blue value is 133 (52.34% from 255 or 40.67% from 327); Max value from RGB is 133 - color contains mainly: blue. Hex color #408285 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408285 is #BF7D7A. Grayscale: #6E6E6E. Windows color (decimal): -12549499 or 8749632. OLE color: 8749632.
HSL color Cylindrical-coordinate representation of color #408285: hue angle of 182.61º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #408285 is Cyan = 0.52, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 64 | 130 | 133 | - |
| CMYK | 0.52 | 0.02 | 0 | 0.48 |
| HSL | 182.61º | 0.35% | 0.39% | - |
| HSV(B) | 182.61º | 0.52% | 0.52% | - |
| XYZ | 14.33 | 18.75 | 25.05 | - |
| YUV | 110.61 | 140.63 | 94.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 130 | 133 | 0.52 | 0.02 | 0 | 0.48 | 182.61 | 0.35 | 0.39 |
| Hex | 40 | 82 | 85 | 34 | 2 | 0 | 30 | B7 | 23 | 27 |
| Octal | 100 | 202 | 205 | 64 | 2 | 0 | 60 | 267 | 43 | 47 |
| Binary | 1000000 | 10000010 | 10000101 | 110100 | 10 | 0 | 110000 | 10110111 | 100011 | 100111 |
Color Harmonies of #408285
Complementary color
Monochromatic Colors of #408285
Black with #408285
Text Example
Text Example
White with #408285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408285; }
p { color: rgb(64,130,133); }
H1.HeaderClassName
{
color: #408285;
}
.AnyTagClassName
{
color: #408285;
}
</style>
background-color css
<style>
a { background-color: #408285; }
a { background-color: rgb(64,130,133); }
div.DivClassName
{
background-color: #408285;
}
.BgClassName
{
background-color: #408285;
}
</style>
border-color css
<style>
span { border-color: #408285; }
span { border-color: rgb(64,130,133); }
td.TdClassName
{
border-color: #408285;
}
.TagClassName
{
border-color: #408285;
}
</style>