Shades of Paradiso #418185
Tints of Paradiso #418185
RGB
CMYK
RGB Variations
Color information
#418185 (or 0x418185) is known color: Paradiso. HEX triplet: 41, 81 and 85. RGB value is (65,129,133). Sum of RGB (Red+Green+Blue) = 65+129+133=327 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.88% from 327); Green value is 129 (50.78% from 255 or 39.45% 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 #418185 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418185 is #BE7E7A. Grayscale: #6E6E6E. Windows color (decimal): -12484219 or 8749377. OLE color: 8749377.
HSL color Cylindrical-coordinate representation of color #418185: hue angle of 183.53º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #418185 is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 65 | 129 | 133 | - |
| CMYK | 0.51 | 0.03 | 0 | 0.48 |
| HSL | 183.53º | 0.34% | 0.39% | - |
| HSV(B) | 183.53º | 0.51% | 0.52% | - |
| XYZ | 14.26 | 18.52 | 25.01 | - |
| YUV | 110.32 | 140.8 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 129 | 133 | 0.51 | 0.03 | 0 | 0.48 | 183.53 | 0.34 | 0.39 |
| Hex | 41 | 81 | 85 | 33 | 3 | 0 | 30 | B8 | 22 | 27 |
| Octal | 101 | 201 | 205 | 63 | 3 | 0 | 60 | 270 | 42 | 47 |
| Binary | 1000001 | 10000001 | 10000101 | 110011 | 11 | 0 | 110000 | 10111000 | 100010 | 100111 |
Color Harmonies of #418185
Complementary color
Monochromatic Colors of #418185
Black with #418185
Text Example
Text Example
White with #418185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418185; }
p { color: rgb(65,129,133); }
H1.HeaderClassName
{
color: #418185;
}
.AnyTagClassName
{
color: #418185;
}
</style>
background-color css
<style>
a { background-color: #418185; }
a { background-color: rgb(65,129,133); }
div.DivClassName
{
background-color: #418185;
}
.BgClassName
{
background-color: #418185;
}
</style>
border-color css
<style>
span { border-color: #418185; }
span { border-color: rgb(65,129,133); }
td.TdClassName
{
border-color: #418185;
}
.TagClassName
{
border-color: #418185;
}
</style>