Shades of Paradiso #437E80
Tints of Paradiso #437E80
RGB
CMYK
RGB Variations
Color information
#437E80 (or 0x437E80) is known color: Paradiso. HEX triplet: 43, 7E and 80. RGB value is (67,126,128). Sum of RGB (Red+Green+Blue) = 67+126+128=321 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.87% from 321); Green value is 126 (49.61% from 255 or 39.25% from 321); Blue value is 128 (50.39% from 255 or 39.88% from 321); Max value from RGB is 128 - color contains mainly: blue. Hex color #437E80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #437E80 is #BC817F. Grayscale: #6C6C6C. Windows color (decimal): -12353920 or 8420931. OLE color: 8420931.
HSL color Cylindrical-coordinate representation of color #437E80: hue angle of 181.97º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #437E80 is Cyan = 0.48, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 67 | 126 | 128 | - |
| CMYK | 0.48 | 0.02 | 0 | 0.50 |
| HSL | 181.97º | 0.31% | 0.38% | - |
| HSV(B) | 181.97º | 0.48% | 0.5% | - |
| XYZ | 13.67 | 17.67 | 23.11 | - |
| YUV | 108.59 | 138.95 | 98.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 126 | 128 | 0.48 | 0.02 | 0 | 0.50 | 181.97 | 0.31 | 0.38 |
| Hex | 43 | 7E | 80 | 30 | 2 | 0 | 32 | B6 | 1F | 26 |
| Octal | 103 | 176 | 200 | 60 | 2 | 0 | 62 | 266 | 37 | 46 |
| Binary | 1000011 | 1111110 | 10000000 | 110000 | 10 | 0 | 110010 | 10110110 | 11111 | 100110 |
Color Harmonies of #437E80
Complementary color
Monochromatic Colors of #437E80
Black with #437E80
Text Example
Text Example
White with #437E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #437E80; }
p { color: rgb(67,126,128); }
H1.HeaderClassName
{
color: #437E80;
}
.AnyTagClassName
{
color: #437E80;
}
</style>
background-color css
<style>
a { background-color: #437E80; }
a { background-color: rgb(67,126,128); }
div.DivClassName
{
background-color: #437E80;
}
.BgClassName
{
background-color: #437E80;
}
</style>
border-color css
<style>
span { border-color: #437E80; }
span { border-color: rgb(67,126,128); }
td.TdClassName
{
border-color: #437E80;
}
.TagClassName
{
border-color: #437E80;
}
</style>