Shades of Paradiso #42838E
Tints of Paradiso #42838E
RGB
CMYK
RGB Variations
Color information
#42838E (or 0x42838E) is known color: Paradiso. HEX triplet: 42, 83 and 8E. RGB value is (66,131,142). Sum of RGB (Red+Green+Blue) = 66+131+142=339 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.47% from 339); Green value is 131 (51.56% from 255 or 38.64% from 339); Blue value is 142 (55.86% from 255 or 41.89% from 339); Max value from RGB is 142 - color contains mainly: blue. Hex color #42838E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42838E is #BD7C71. Grayscale: #707070. Windows color (decimal): -12418162 or 9339714. OLE color: 9339714.
HSL color Cylindrical-coordinate representation of color #42838E: hue angle of 188.68º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #42838E is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 66 | 131 | 142 | - |
| CMYK | 0.54 | 0.08 | 0 | 0.44 |
| HSL | 188.68º | 0.37% | 0.41% | - |
| HSV(B) | 188.68º | 0.54% | 0.56% | - |
| XYZ | 15.25 | 19.34 | 28.52 | - |
| YUV | 112.82 | 144.47 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 131 | 142 | 0.54 | 0.08 | 0 | 0.44 | 188.68 | 0.37 | 0.41 |
| Hex | 42 | 83 | 8E | 36 | 8 | 0 | 2C | BD | 25 | 29 |
| Octal | 102 | 203 | 216 | 66 | 10 | 0 | 54 | 275 | 45 | 51 |
| Binary | 1000010 | 10000011 | 10001110 | 110110 | 1000 | 0 | 101100 | 10111101 | 100101 | 101001 |
Color Harmonies of #42838E
Complementary color
Monochromatic Colors of #42838E
Black with #42838E
Text Example
Text Example
White with #42838E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42838E; }
p { color: rgb(66,131,142); }
H1.HeaderClassName
{
color: #42838E;
}
.AnyTagClassName
{
color: #42838E;
}
</style>
background-color css
<style>
a { background-color: #42838E; }
a { background-color: rgb(66,131,142); }
div.DivClassName
{
background-color: #42838E;
}
.BgClassName
{
background-color: #42838E;
}
</style>
border-color css
<style>
span { border-color: #42838E; }
span { border-color: rgb(66,131,142); }
td.TdClassName
{
border-color: #42838E;
}
.TagClassName
{
border-color: #42838E;
}
</style>