Shades of Paradiso #438684
Tints of Paradiso #438684
RGB
CMYK
RGB Variations
Color information
#438684 (or 0x438684) is known color: Paradiso. HEX triplet: 43, 86 and 84. RGB value is (67,134,132). Sum of RGB (Red+Green+Blue) = 67+134+132=333 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20.12% from 333); Green value is 134 (52.73% from 255 or 40.24% from 333); Blue value is 132 (51.95% from 255 or 39.64% from 333); Max value from RGB is 134 - color contains mainly: green. Hex color #438684 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438684 is #BC797B. Grayscale: #717171. Windows color (decimal): -12351868 or 8685123. OLE color: 8685123.
HSL color Cylindrical-coordinate representation of color #438684: hue angle of 178.21º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #438684 is Cyan = 0.5, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 67 | 134 | 132 | - |
| CMYK | 0.5 | 0 | 0.01 | 0.47 |
| HSL | 178.21º | 0.33% | 0.39% | - |
| HSV(B) | 178.21º | 0.5% | 0.53% | - |
| XYZ | 15 | 19.91 | 24.88 | - |
| YUV | 113.74 | 138.3 | 94.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 134 | 132 | 0.5 | 0 | 0.01 | 0.47 | 178.21 | 0.33 | 0.39 |
| Hex | 43 | 86 | 84 | 32 | 0 | 1 | 2F | B2 | 21 | 27 |
| Octal | 103 | 206 | 204 | 62 | 0 | 1 | 57 | 262 | 41 | 47 |
| Binary | 1000011 | 10000110 | 10000100 | 110010 | 0 | 1 | 101111 | 10110010 | 100001 | 100111 |
Color Harmonies of #438684
Complementary color
Monochromatic Colors of #438684
Black with #438684
Text Example
Text Example
White with #438684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438684; }
p { color: rgb(67,134,132); }
H1.HeaderClassName
{
color: #438684;
}
.AnyTagClassName
{
color: #438684;
}
</style>
background-color css
<style>
a { background-color: #438684; }
a { background-color: rgb(67,134,132); }
div.DivClassName
{
background-color: #438684;
}
.BgClassName
{
background-color: #438684;
}
</style>
border-color css
<style>
span { border-color: #438684; }
span { border-color: rgb(67,134,132); }
td.TdClassName
{
border-color: #438684;
}
.TagClassName
{
border-color: #438684;
}
</style>