Shades of Paradiso #428288
Tints of Paradiso #428288
RGB
CMYK
RGB Variations
Color information
#428288 (or 0x428288) is known color: Paradiso. HEX triplet: 42, 82 and 88. RGB value is (66,130,136). Sum of RGB (Red+Green+Blue) = 66+130+136=332 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.88% from 332); Green value is 130 (51.17% from 255 or 39.16% from 332); Blue value is 136 (53.52% from 255 or 40.96% from 332); Max value from RGB is 136 - color contains mainly: blue. Hex color #428288 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428288 is #BD7D77. Grayscale: #6F6F6F. Windows color (decimal): -12418424 or 8946242. OLE color: 8946242.
HSL color Cylindrical-coordinate representation of color #428288: hue angle of 185.14º 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 #428288 is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 130 | 136 | - |
| CMYK | 0.51 | 0.04 | 0 | 0.47 |
| HSL | 185.14º | 0.35% | 0.4% | - |
| HSV(B) | 185.14º | 0.51% | 0.53% | - |
| XYZ | 14.67 | 18.9 | 26.17 | - |
| YUV | 111.55 | 141.8 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 130 | 136 | 0.51 | 0.04 | 0 | 0.47 | 185.14 | 0.35 | 0.4 |
| Hex | 42 | 82 | 88 | 33 | 4 | 0 | 2F | B9 | 23 | 28 |
| Octal | 102 | 202 | 210 | 63 | 4 | 0 | 57 | 271 | 43 | 50 |
| Binary | 1000010 | 10000010 | 10001000 | 110011 | 100 | 0 | 101111 | 10111001 | 100011 | 101000 |
Color Harmonies of #428288
Complementary color
Monochromatic Colors of #428288
Black with #428288
Text Example
Text Example
White with #428288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428288; }
p { color: rgb(66,130,136); }
H1.HeaderClassName
{
color: #428288;
}
.AnyTagClassName
{
color: #428288;
}
</style>
background-color css
<style>
a { background-color: #428288; }
a { background-color: rgb(66,130,136); }
div.DivClassName
{
background-color: #428288;
}
.BgClassName
{
background-color: #428288;
}
</style>
border-color css
<style>
span { border-color: #428288; }
span { border-color: rgb(66,130,136); }
td.TdClassName
{
border-color: #428288;
}
.TagClassName
{
border-color: #428288;
}
</style>