Shades of Paradiso #438489
Tints of Paradiso #438489
RGB
CMYK
RGB Variations
Color information
#438489 (or 0x438489) is known color: Paradiso. HEX triplet: 43, 84 and 89. RGB value is (67,132,137). Sum of RGB (Red+Green+Blue) = 67+132+137=336 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.94% from 336); Green value is 132 (51.95% from 255 or 39.29% from 336); Blue value is 137 (53.91% from 255 or 40.77% from 336); Max value from RGB is 137 - color contains mainly: blue. Hex color #438489 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438489 is #BC7B76. Grayscale: #717171. Windows color (decimal): -12352375 or 9012291. OLE color: 9012291.
HSL color Cylindrical-coordinate representation of color #438489: hue angle of 184.29º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #438489 is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 67 | 132 | 137 | - |
| CMYK | 0.51 | 0.04 | 0 | 0.46 |
| HSL | 184.29º | 0.34% | 0.4% | - |
| HSV(B) | 184.29º | 0.51% | 0.54% | - |
| XYZ | 15.08 | 19.5 | 26.64 | - |
| YUV | 113.14 | 141.47 | 95.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 132 | 137 | 0.51 | 0.04 | 0 | 0.46 | 184.29 | 0.34 | 0.4 |
| Hex | 43 | 84 | 89 | 33 | 4 | 0 | 2E | B8 | 22 | 28 |
| Octal | 103 | 204 | 211 | 63 | 4 | 0 | 56 | 270 | 42 | 50 |
| Binary | 1000011 | 10000100 | 10001001 | 110011 | 100 | 0 | 101110 | 10111000 | 100010 | 101000 |
Color Harmonies of #438489
Complementary color
Monochromatic Colors of #438489
Black with #438489
Text Example
Text Example
White with #438489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438489; }
p { color: rgb(67,132,137); }
H1.HeaderClassName
{
color: #438489;
}
.AnyTagClassName
{
color: #438489;
}
</style>
background-color css
<style>
a { background-color: #438489; }
a { background-color: rgb(67,132,137); }
div.DivClassName
{
background-color: #438489;
}
.BgClassName
{
background-color: #438489;
}
</style>
border-color css
<style>
span { border-color: #438489; }
span { border-color: rgb(67,132,137); }
td.TdClassName
{
border-color: #438489;
}
.TagClassName
{
border-color: #438489;
}
</style>