Shades of Paradiso #428688
Tints of Paradiso #428688
RGB
CMYK
RGB Variations
Color information
#428688 (or 0x428688) is known color: Paradiso. HEX triplet: 42, 86 and 88. RGB value is (66,134,136). Sum of RGB (Red+Green+Blue) = 66+134+136=336 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.64% from 336); Green value is 134 (52.73% from 255 or 39.88% from 336); Blue value is 136 (53.52% from 255 or 40.48% from 336); Max value from RGB is 136 - color contains mainly: blue. Hex color #428688 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428688 is #BD7977. Grayscale: #717171. Windows color (decimal): -12417400 or 8947266. OLE color: 8947266.
HSL color Cylindrical-coordinate representation of color #428688: hue angle of 181.71º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #428688 is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 134 | 136 | - |
| CMYK | 0.51 | 0.01 | 0 | 0.47 |
| HSL | 181.71º | 0.35% | 0.4% | - |
| HSV(B) | 181.71º | 0.51% | 0.53% | - |
| XYZ | 15.22 | 19.99 | 26.35 | - |
| YUV | 113.9 | 140.47 | 93.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 134 | 136 | 0.51 | 0.01 | 0 | 0.47 | 181.71 | 0.35 | 0.4 |
| Hex | 42 | 86 | 88 | 33 | 1 | 0 | 2F | B6 | 23 | 28 |
| Octal | 102 | 206 | 210 | 63 | 1 | 0 | 57 | 266 | 43 | 50 |
| Binary | 1000010 | 10000110 | 10001000 | 110011 | 1 | 0 | 101111 | 10110110 | 100011 | 101000 |
Color Harmonies of #428688
Complementary color
Monochromatic Colors of #428688
Black with #428688
Text Example
Text Example
White with #428688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428688; }
p { color: rgb(66,134,136); }
H1.HeaderClassName
{
color: #428688;
}
.AnyTagClassName
{
color: #428688;
}
</style>
background-color css
<style>
a { background-color: #428688; }
a { background-color: rgb(66,134,136); }
div.DivClassName
{
background-color: #428688;
}
.BgClassName
{
background-color: #428688;
}
</style>
border-color css
<style>
span { border-color: #428688; }
span { border-color: rgb(66,134,136); }
td.TdClassName
{
border-color: #428688;
}
.TagClassName
{
border-color: #428688;
}
</style>