Shades of Paradiso #428289
Tints of Paradiso #428289
RGB
CMYK
RGB Variations
Color information
#428289 (or 0x428289) is known color: Paradiso. HEX triplet: 42, 82 and 89. RGB value is (66,130,137). Sum of RGB (Red+Green+Blue) = 66+130+137=333 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.82% from 333); Green value is 130 (51.17% from 255 or 39.04% from 333); Blue value is 137 (53.91% from 255 or 41.14% from 333); Max value from RGB is 137 - color contains mainly: blue. Hex color #428289 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428289 is #BD7D76. Grayscale: #6F6F6F. Windows color (decimal): -12418423 or 9011778. OLE color: 9011778.
HSL color Cylindrical-coordinate representation of color #428289: hue angle of 185.92º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #428289 is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 66 | 130 | 137 | - |
| CMYK | 0.52 | 0.05 | 0 | 0.46 |
| HSL | 185.92º | 0.35% | 0.4% | - |
| HSV(B) | 185.92º | 0.52% | 0.54% | - |
| XYZ | 14.74 | 18.93 | 26.54 | - |
| YUV | 111.66 | 142.3 | 95.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 130 | 137 | 0.52 | 0.05 | 0 | 0.46 | 185.92 | 0.35 | 0.4 |
| Hex | 42 | 82 | 89 | 34 | 5 | 0 | 2E | BA | 23 | 28 |
| Octal | 102 | 202 | 211 | 64 | 5 | 0 | 56 | 272 | 43 | 50 |
| Binary | 1000010 | 10000010 | 10001001 | 110100 | 101 | 0 | 101110 | 10111010 | 100011 | 101000 |
Color Harmonies of #428289
Complementary color
Monochromatic Colors of #428289
Black with #428289
Text Example
Text Example
White with #428289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428289; }
p { color: rgb(66,130,137); }
H1.HeaderClassName
{
color: #428289;
}
.AnyTagClassName
{
color: #428289;
}
</style>
background-color css
<style>
a { background-color: #428289; }
a { background-color: rgb(66,130,137); }
div.DivClassName
{
background-color: #428289;
}
.BgClassName
{
background-color: #428289;
}
</style>
border-color css
<style>
span { border-color: #428289; }
span { border-color: rgb(66,130,137); }
td.TdClassName
{
border-color: #428289;
}
.TagClassName
{
border-color: #428289;
}
</style>