Shades of Paradiso #418488
Tints of Paradiso #418488
RGB
CMYK
RGB Variations
Color information
#418488 (or 0x418488) is known color: Paradiso. HEX triplet: 41, 84 and 88. RGB value is (65,132,136). Sum of RGB (Red+Green+Blue) = 65+132+136=333 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.52% from 333); Green value is 132 (51.95% from 255 or 39.64% 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 #418488 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418488 is #BE7B77. Grayscale: #707070. Windows color (decimal): -12483448 or 8946753. OLE color: 8946753.
HSL color Cylindrical-coordinate representation of color #418488: hue angle of 183.38º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #418488 is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 65 | 132 | 136 | - |
| CMYK | 0.52 | 0.03 | 0 | 0.47 |
| HSL | 183.38º | 0.35% | 0.39% | - |
| HSV(B) | 183.38º | 0.52% | 0.53% | - |
| XYZ | 14.88 | 19.4 | 26.25 | - |
| YUV | 112.42 | 141.3 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 132 | 136 | 0.52 | 0.03 | 0 | 0.47 | 183.38 | 0.35 | 0.39 |
| Hex | 41 | 84 | 88 | 34 | 3 | 0 | 2F | B7 | 23 | 27 |
| Octal | 101 | 204 | 210 | 64 | 3 | 0 | 57 | 267 | 43 | 47 |
| Binary | 1000001 | 10000100 | 10001000 | 110100 | 11 | 0 | 101111 | 10110111 | 100011 | 100111 |
Color Harmonies of #418488
Complementary color
Monochromatic Colors of #418488
Black with #418488
Text Example
Text Example
White with #418488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418488; }
p { color: rgb(65,132,136); }
H1.HeaderClassName
{
color: #418488;
}
.AnyTagClassName
{
color: #418488;
}
</style>
background-color css
<style>
a { background-color: #418488; }
a { background-color: rgb(65,132,136); }
div.DivClassName
{
background-color: #418488;
}
.BgClassName
{
background-color: #418488;
}
</style>
border-color css
<style>
span { border-color: #418488; }
span { border-color: rgb(65,132,136); }
td.TdClassName
{
border-color: #418488;
}
.TagClassName
{
border-color: #418488;
}
</style>