Shades of Paradiso #3F8089
Tints of Paradiso #3F8089
RGB
CMYK
RGB Variations
Color information
#3F8089 (or 0x3F8089) is known color: Paradiso. HEX triplet: 3F, 80 and 89. RGB value is (63,128,137). Sum of RGB (Red+Green+Blue) = 63+128+137=328 (43% of max value = 765). Red value is 63 (25% from 255 or 19.21% from 328); Green value is 128 (50.39% from 255 or 39.02% from 328); Blue value is 137 (53.91% from 255 or 41.77% from 328); Max value from RGB is 137 - color contains mainly: blue. Hex color #3F8089 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F8089 is #C07F76. Grayscale: #6D6D6D. Windows color (decimal): -12615543 or 9011263. OLE color: 9011263.
HSL color Cylindrical-coordinate representation of color #3F8089: hue angle of 187.3º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F8089 is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 63 | 128 | 137 | - |
| CMYK | 0.54 | 0.07 | 0 | 0.46 |
| HSL | 187.3º | 0.37% | 0.39% | - |
| HSV(B) | 187.3º | 0.54% | 0.54% | - |
| XYZ | 14.28 | 18.3 | 26.45 | - |
| YUV | 109.59 | 143.47 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 128 | 137 | 0.54 | 0.07 | 0 | 0.46 | 187.3 | 0.37 | 0.39 |
| Hex | 3F | 80 | 89 | 36 | 7 | 0 | 2E | BB | 25 | 27 |
| Octal | 77 | 200 | 211 | 66 | 7 | 0 | 56 | 273 | 45 | 47 |
| Binary | 111111 | 10000000 | 10001001 | 110110 | 111 | 0 | 101110 | 10111011 | 100101 | 100111 |
Color Harmonies of #3F8089
Complementary color
Monochromatic Colors of #3F8089
Black with #3F8089
Text Example
Text Example
White with #3F8089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8089; }
p { color: rgb(63,128,137); }
H1.HeaderClassName
{
color: #3F8089;
}
.AnyTagClassName
{
color: #3F8089;
}
</style>
background-color css
<style>
a { background-color: #3F8089; }
a { background-color: rgb(63,128,137); }
div.DivClassName
{
background-color: #3F8089;
}
.BgClassName
{
background-color: #3F8089;
}
</style>
border-color css
<style>
span { border-color: #3F8089; }
span { border-color: rgb(63,128,137); }
td.TdClassName
{
border-color: #3F8089;
}
.TagClassName
{
border-color: #3F8089;
}
</style>