Shades of Paradiso #428384
Tints of Paradiso #428384
RGB
CMYK
RGB Variations
Color information
#428384 (or 0x428384) is known color: Paradiso. HEX triplet: 42, 83 and 84. RGB value is (66,131,132). Sum of RGB (Red+Green+Blue) = 66+131+132=329 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.06% from 329); Green value is 131 (51.56% from 255 or 39.82% from 329); Blue value is 132 (51.95% from 255 or 40.12% from 329); Max value from RGB is 132 - color contains mainly: blue. Hex color #428384 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428384 is #BD7C7B. Grayscale: #6F6F6F. Windows color (decimal): -12418172 or 8684354. OLE color: 8684354.
HSL color Cylindrical-coordinate representation of color #428384: hue angle of 180.91º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #428384 is Cyan = 0.5, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 66 | 131 | 132 | - |
| CMYK | 0.5 | 0.01 | 0 | 0.48 |
| HSL | 180.91º | 0.33% | 0.39% | - |
| HSV(B) | 180.91º | 0.5% | 0.52% | - |
| XYZ | 14.53 | 19.06 | 24.74 | - |
| YUV | 111.68 | 139.47 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 131 | 132 | 0.5 | 0.01 | 0 | 0.48 | 180.91 | 0.33 | 0.39 |
| Hex | 42 | 83 | 84 | 32 | 1 | 0 | 30 | B5 | 21 | 27 |
| Octal | 102 | 203 | 204 | 62 | 1 | 0 | 60 | 265 | 41 | 47 |
| Binary | 1000010 | 10000011 | 10000100 | 110010 | 1 | 0 | 110000 | 10110101 | 100001 | 100111 |
Color Harmonies of #428384
Complementary color
Monochromatic Colors of #428384
Black with #428384
Text Example
Text Example
White with #428384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428384; }
p { color: rgb(66,131,132); }
H1.HeaderClassName
{
color: #428384;
}
.AnyTagClassName
{
color: #428384;
}
</style>
background-color css
<style>
a { background-color: #428384; }
a { background-color: rgb(66,131,132); }
div.DivClassName
{
background-color: #428384;
}
.BgClassName
{
background-color: #428384;
}
</style>
border-color css
<style>
span { border-color: #428384; }
span { border-color: rgb(66,131,132); }
td.TdClassName
{
border-color: #428384;
}
.TagClassName
{
border-color: #428384;
}
</style>