Shades of Paradiso #437882
Tints of Paradiso #437882
RGB
CMYK
RGB Variations
Color information
#437882 (or 0x437882) is known color: Paradiso. HEX triplet: 43, 78 and 82. RGB value is (67,120,130). Sum of RGB (Red+Green+Blue) = 67+120+130=317 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.14% from 317); Green value is 120 (47.27% from 255 or 37.85% from 317); Blue value is 130 (51.17% from 255 or 41.01% from 317); Max value from RGB is 130 - color contains mainly: blue. Hex color #437882 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #437882 is #BC877D. Grayscale: #696969. Windows color (decimal): -12355454 or 8550467. OLE color: 8550467.
HSL color Cylindrical-coordinate representation of color #437882: hue angle of 189.52º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #437882 is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 67 | 120 | 130 | - |
| CMYK | 0.48 | 0.08 | 0 | 0.49 |
| HSL | 189.52º | 0.32% | 0.39% | - |
| HSV(B) | 189.52º | 0.48% | 0.51% | - |
| XYZ | 13.06 | 16.24 | 23.56 | - |
| YUV | 105.29 | 141.94 | 100.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 120 | 130 | 0.48 | 0.08 | 0 | 0.49 | 189.52 | 0.32 | 0.39 |
| Hex | 43 | 78 | 82 | 30 | 8 | 0 | 31 | BE | 20 | 27 |
| Octal | 103 | 170 | 202 | 60 | 10 | 0 | 61 | 276 | 40 | 47 |
| Binary | 1000011 | 1111000 | 10000010 | 110000 | 1000 | 0 | 110001 | 10111110 | 100000 | 100111 |
Color Harmonies of #437882
Complementary color
Monochromatic Colors of #437882
Black with #437882
Text Example
Text Example
White with #437882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #437882; }
p { color: rgb(67,120,130); }
H1.HeaderClassName
{
color: #437882;
}
.AnyTagClassName
{
color: #437882;
}
</style>
background-color css
<style>
a { background-color: #437882; }
a { background-color: rgb(67,120,130); }
div.DivClassName
{
background-color: #437882;
}
.BgClassName
{
background-color: #437882;
}
</style>
border-color css
<style>
span { border-color: #437882; }
span { border-color: rgb(67,120,130); }
td.TdClassName
{
border-color: #437882;
}
.TagClassName
{
border-color: #437882;
}
</style>