Shades of Paradiso #437B80
Tints of Paradiso #437B80
RGB
CMYK
RGB Variations
Color information
#437B80 (or 0x437B80) is known color: Paradiso. HEX triplet: 43, 7B and 80. RGB value is (67,123,128). Sum of RGB (Red+Green+Blue) = 67+123+128=318 (42% of max value = 765). Red value is 67 (26.56% from 255 or 21.07% from 318); Green value is 123 (48.44% from 255 or 38.68% from 318); Blue value is 128 (50.39% from 255 or 40.25% from 318); Max value from RGB is 128 - color contains mainly: blue. Hex color #437B80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #437B80 is #BC847F. Grayscale: #6A6A6A. Windows color (decimal): -12354688 or 8420163. OLE color: 8420163.
HSL color Cylindrical-coordinate representation of color #437B80: hue angle of 184.92º 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 #437B80 is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 67 | 123 | 128 | - |
| CMYK | 0.48 | 0.04 | 0 | 0.50 |
| HSL | 184.92º | 0.31% | 0.38% | - |
| HSV(B) | 184.92º | 0.48% | 0.5% | - |
| XYZ | 13.29 | 16.92 | 22.99 | - |
| YUV | 106.83 | 139.95 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 123 | 128 | 0.48 | 0.04 | 0 | 0.50 | 184.92 | 0.31 | 0.38 |
| Hex | 43 | 7B | 80 | 30 | 4 | 0 | 32 | B9 | 1F | 26 |
| Octal | 103 | 173 | 200 | 60 | 4 | 0 | 62 | 271 | 37 | 46 |
| Binary | 1000011 | 1111011 | 10000000 | 110000 | 100 | 0 | 110010 | 10111001 | 11111 | 100110 |
Color Harmonies of #437B80
Complementary color
Monochromatic Colors of #437B80
Black with #437B80
Text Example
Text Example
White with #437B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #437B80; }
p { color: rgb(67,123,128); }
H1.HeaderClassName
{
color: #437B80;
}
.AnyTagClassName
{
color: #437B80;
}
</style>
background-color css
<style>
a { background-color: #437B80; }
a { background-color: rgb(67,123,128); }
div.DivClassName
{
background-color: #437B80;
}
.BgClassName
{
background-color: #437B80;
}
</style>
border-color css
<style>
span { border-color: #437B80; }
span { border-color: rgb(67,123,128); }
td.TdClassName
{
border-color: #437B80;
}
.TagClassName
{
border-color: #437B80;
}
</style>