Shades of Paradiso #41828D
Tints of Paradiso #41828D
RGB
CMYK
RGB Variations
Color information
#41828D (or 0x41828D) is known color: Paradiso. HEX triplet: 41, 82 and 8D. RGB value is (65,130,141). Sum of RGB (Red+Green+Blue) = 65+130+141=336 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.35% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 141 - color contains mainly: blue. Hex color #41828D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41828D is #BE7D72. Grayscale: #6F6F6F. Windows color (decimal): -12483955 or 9273921. OLE color: 9273921.
HSL color Cylindrical-coordinate representation of color #41828D: hue angle of 188.68º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #41828D is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 130 | 141 | - |
| CMYK | 0.54 | 0.08 | 0 | 0.45 |
| HSL | 188.68º | 0.37% | 0.4% | - |
| HSV(B) | 188.68º | 0.54% | 0.55% | - |
| XYZ | 14.97 | 19.01 | 28.08 | - |
| YUV | 111.82 | 144.47 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 130 | 141 | 0.54 | 0.08 | 0 | 0.45 | 188.68 | 0.37 | 0.4 |
| Hex | 41 | 82 | 8D | 36 | 8 | 0 | 2D | BD | 25 | 28 |
| Octal | 101 | 202 | 215 | 66 | 10 | 0 | 55 | 275 | 45 | 50 |
| Binary | 1000001 | 10000010 | 10001101 | 110110 | 1000 | 0 | 101101 | 10111101 | 100101 | 101000 |
Color Harmonies of #41828D
Complementary color
Monochromatic Colors of #41828D
Black with #41828D
Text Example
Text Example
White with #41828D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41828D; }
p { color: rgb(65,130,141); }
H1.HeaderClassName
{
color: #41828D;
}
.AnyTagClassName
{
color: #41828D;
}
</style>
background-color css
<style>
a { background-color: #41828D; }
a { background-color: rgb(65,130,141); }
div.DivClassName
{
background-color: #41828D;
}
.BgClassName
{
background-color: #41828D;
}
</style>
border-color css
<style>
span { border-color: #41828D; }
span { border-color: rgb(65,130,141); }
td.TdClassName
{
border-color: #41828D;
}
.TagClassName
{
border-color: #41828D;
}
</style>