Shades of Paradiso #3D8089
Tints of Paradiso #3D8089
RGB
CMYK
RGB Variations
Color information
#3D8089 (or 0x3D8089) is known color: Paradiso. HEX triplet: 3D, 80 and 89. RGB value is (61,128,137). Sum of RGB (Red+Green+Blue) = 61+128+137=326 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.71% from 326); Green value is 128 (50.39% from 255 or 39.26% from 326); Blue value is 137 (53.91% from 255 or 42.02% from 326); Max value from RGB is 137 - color contains mainly: blue. Hex color #3D8089 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D8089 is #C27F76. Grayscale: #6C6C6C. Windows color (decimal): -12746615 or 9011261. OLE color: 9011261.
HSL color Cylindrical-coordinate representation of color #3D8089: hue angle of 187.11º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3D8089 is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 61 | 128 | 137 | - |
| CMYK | 0.55 | 0.07 | 0 | 0.46 |
| HSL | 187.11º | 0.38% | 0.39% | - |
| HSV(B) | 187.11º | 0.55% | 0.54% | - |
| XYZ | 14.16 | 18.24 | 26.44 | - |
| YUV | 108.99 | 143.8 | 93.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 128 | 137 | 0.55 | 0.07 | 0 | 0.46 | 187.11 | 0.38 | 0.39 |
| Hex | 3D | 80 | 89 | 37 | 7 | 0 | 2E | BB | 26 | 27 |
| Octal | 75 | 200 | 211 | 67 | 7 | 0 | 56 | 273 | 46 | 47 |
| Binary | 111101 | 10000000 | 10001001 | 110111 | 111 | 0 | 101110 | 10111011 | 100110 | 100111 |
Color Harmonies of #3D8089
Complementary color
Monochromatic Colors of #3D8089
Black with #3D8089
Text Example
Text Example
White with #3D8089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8089; }
p { color: rgb(61,128,137); }
H1.HeaderClassName
{
color: #3D8089;
}
.AnyTagClassName
{
color: #3D8089;
}
</style>
background-color css
<style>
a { background-color: #3D8089; }
a { background-color: rgb(61,128,137); }
div.DivClassName
{
background-color: #3D8089;
}
.BgClassName
{
background-color: #3D8089;
}
</style>
border-color css
<style>
span { border-color: #3D8089; }
span { border-color: rgb(61,128,137); }
td.TdClassName
{
border-color: #3D8089;
}
.TagClassName
{
border-color: #3D8089;
}
</style>