Shades of Paradiso #417F88
Tints of Paradiso #417F88
RGB
CMYK
RGB Variations
Color information
#417F88 (or 0x417F88) is known color: Paradiso. HEX triplet: 41, 7F and 88. RGB value is (65,127,136). Sum of RGB (Red+Green+Blue) = 65+127+136=328 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.82% from 328); Green value is 127 (50% from 255 or 38.72% from 328); Blue value is 136 (53.52% from 255 or 41.46% from 328); Max value from RGB is 136 - color contains mainly: blue. Hex color #417F88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417F88 is #BE8077. Grayscale: #6D6D6D. Windows color (decimal): -12484728 or 8945473. OLE color: 8945473.
HSL color Cylindrical-coordinate representation of color #417F88: hue angle of 187.61º 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 #417F88 is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 65 | 127 | 136 | - |
| CMYK | 0.52 | 0.07 | 0 | 0.47 |
| HSL | 187.61º | 0.35% | 0.39% | - |
| HSV(B) | 187.61º | 0.52% | 0.53% | - |
| XYZ | 14.21 | 18.08 | 26.03 | - |
| YUV | 109.49 | 142.96 | 96.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 127 | 136 | 0.52 | 0.07 | 0 | 0.47 | 187.61 | 0.35 | 0.39 |
| Hex | 41 | 7F | 88 | 34 | 7 | 0 | 2F | BC | 23 | 27 |
| Octal | 101 | 177 | 210 | 64 | 7 | 0 | 57 | 274 | 43 | 47 |
| Binary | 1000001 | 1111111 | 10001000 | 110100 | 111 | 0 | 101111 | 10111100 | 100011 | 100111 |
Color Harmonies of #417F88
Complementary color
Monochromatic Colors of #417F88
Black with #417F88
Text Example
Text Example
White with #417F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417F88; }
p { color: rgb(65,127,136); }
H1.HeaderClassName
{
color: #417F88;
}
.AnyTagClassName
{
color: #417F88;
}
</style>
background-color css
<style>
a { background-color: #417F88; }
a { background-color: rgb(65,127,136); }
div.DivClassName
{
background-color: #417F88;
}
.BgClassName
{
background-color: #417F88;
}
</style>
border-color css
<style>
span { border-color: #417F88; }
span { border-color: rgb(65,127,136); }
td.TdClassName
{
border-color: #417F88;
}
.TagClassName
{
border-color: #417F88;
}
</style>