Shades of Paradiso #438588
Tints of Paradiso #438588
RGB
CMYK
RGB Variations
Color information
#438588 (or 0x438588) is known color: Paradiso. HEX triplet: 43, 85 and 88. RGB value is (67,133,136). Sum of RGB (Red+Green+Blue) = 67+133+136=336 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.94% from 336); Green value is 133 (52.34% from 255 or 39.58% from 336); Blue value is 136 (53.52% from 255 or 40.48% from 336); Max value from RGB is 136 - color contains mainly: blue. Hex color #438588 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438588 is #BC7A77. Grayscale: #717171. Windows color (decimal): -12352120 or 8947011. OLE color: 8947011.
HSL color Cylindrical-coordinate representation of color #438588: hue angle of 182.61º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #438588 is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 67 | 133 | 136 | - |
| CMYK | 0.51 | 0.02 | 0 | 0.47 |
| HSL | 182.61º | 0.34% | 0.4% | - |
| HSV(B) | 182.61º | 0.51% | 0.53% | - |
| XYZ | 15.15 | 19.75 | 26.31 | - |
| YUV | 113.61 | 140.63 | 94.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 133 | 136 | 0.51 | 0.02 | 0 | 0.47 | 182.61 | 0.34 | 0.4 |
| Hex | 43 | 85 | 88 | 33 | 2 | 0 | 2F | B7 | 22 | 28 |
| Octal | 103 | 205 | 210 | 63 | 2 | 0 | 57 | 267 | 42 | 50 |
| Binary | 1000011 | 10000101 | 10001000 | 110011 | 10 | 0 | 101111 | 10110111 | 100010 | 101000 |
Color Harmonies of #438588
Complementary color
Monochromatic Colors of #438588
Black with #438588
Text Example
Text Example
White with #438588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438588; }
p { color: rgb(67,133,136); }
H1.HeaderClassName
{
color: #438588;
}
.AnyTagClassName
{
color: #438588;
}
</style>
background-color css
<style>
a { background-color: #438588; }
a { background-color: rgb(67,133,136); }
div.DivClassName
{
background-color: #438588;
}
.BgClassName
{
background-color: #438588;
}
</style>
border-color css
<style>
span { border-color: #438588; }
span { border-color: rgb(67,133,136); }
td.TdClassName
{
border-color: #438588;
}
.TagClassName
{
border-color: #438588;
}
</style>