Shades of Paradiso #42818C
Tints of Paradiso #42818C
RGB
CMYK
RGB Variations
Color information
#42818C (or 0x42818C) is known color: Paradiso. HEX triplet: 42, 81 and 8C. RGB value is (66,129,140). Sum of RGB (Red+Green+Blue) = 66+129+140=335 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.70% from 335); Green value is 129 (50.78% from 255 or 38.51% from 335); Blue value is 140 (55.08% from 255 or 41.79% from 335); Max value from RGB is 140 - color contains mainly: blue. Hex color #42818C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42818C is #BD7E73. Grayscale: #6F6F6F. Windows color (decimal): -12418676 or 9208130. OLE color: 9208130.
HSL color Cylindrical-coordinate representation of color #42818C: hue angle of 188.92º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #42818C is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 129 | 140 | - |
| CMYK | 0.53 | 0.08 | 0 | 0.45 |
| HSL | 188.92º | 0.36% | 0.4% | - |
| HSV(B) | 188.92º | 0.53% | 0.55% | - |
| XYZ | 14.83 | 18.75 | 27.65 | - |
| YUV | 111.42 | 144.13 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 129 | 140 | 0.53 | 0.08 | 0 | 0.45 | 188.92 | 0.36 | 0.4 |
| Hex | 42 | 81 | 8C | 35 | 8 | 0 | 2D | BD | 24 | 28 |
| Octal | 102 | 201 | 214 | 65 | 10 | 0 | 55 | 275 | 44 | 50 |
| Binary | 1000010 | 10000001 | 10001100 | 110101 | 1000 | 0 | 101101 | 10111101 | 100100 | 101000 |
Color Harmonies of #42818C
Complementary color
Monochromatic Colors of #42818C
Black with #42818C
Text Example
Text Example
White with #42818C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42818C; }
p { color: rgb(66,129,140); }
H1.HeaderClassName
{
color: #42818C;
}
.AnyTagClassName
{
color: #42818C;
}
</style>
background-color css
<style>
a { background-color: #42818C; }
a { background-color: rgb(66,129,140); }
div.DivClassName
{
background-color: #42818C;
}
.BgClassName
{
background-color: #42818C;
}
</style>
border-color css
<style>
span { border-color: #42818C; }
span { border-color: rgb(66,129,140); }
td.TdClassName
{
border-color: #42818C;
}
.TagClassName
{
border-color: #42818C;
}
</style>