Shades of Paradiso #3D838D
Tints of Paradiso #3D838D
RGB
CMYK
RGB Variations
Color information
#3D838D (or 0x3D838D) is known color: Paradiso. HEX triplet: 3D, 83 and 8D. RGB value is (61,131,141). Sum of RGB (Red+Green+Blue) = 61+131+141=333 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.32% from 333); Green value is 131 (51.56% from 255 or 39.34% from 333); Blue value is 141 (55.47% from 255 or 42.34% from 333); Max value from RGB is 141 - color contains mainly: blue. Hex color #3D838D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D838D is #C27C72. Grayscale: #6F6F6F. Windows color (decimal): -12745843 or 9274173. OLE color: 9274173.
HSL color Cylindrical-coordinate representation of color #3D838D: hue angle of 187.5º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3D838D is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 61 | 131 | 141 | - |
| CMYK | 0.57 | 0.07 | 0 | 0.45 |
| HSL | 187.5º | 0.4% | 0.4% | - |
| HSV(B) | 187.5º | 0.57% | 0.55% | - |
| XYZ | 14.85 | 19.15 | 28.11 | - |
| YUV | 111.21 | 144.81 | 92.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 131 | 141 | 0.57 | 0.07 | 0 | 0.45 | 187.5 | 0.4 | 0.4 |
| Hex | 3D | 83 | 8D | 39 | 7 | 0 | 2D | BC | 28 | 28 |
| Octal | 75 | 203 | 215 | 71 | 7 | 0 | 55 | 274 | 50 | 50 |
| Binary | 111101 | 10000011 | 10001101 | 111001 | 111 | 0 | 101101 | 10111100 | 101000 | 101000 |
Color Harmonies of #3D838D
Complementary color
Monochromatic Colors of #3D838D
Black with #3D838D
Text Example
Text Example
White with #3D838D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D838D; }
p { color: rgb(61,131,141); }
H1.HeaderClassName
{
color: #3D838D;
}
.AnyTagClassName
{
color: #3D838D;
}
</style>
background-color css
<style>
a { background-color: #3D838D; }
a { background-color: rgb(61,131,141); }
div.DivClassName
{
background-color: #3D838D;
}
.BgClassName
{
background-color: #3D838D;
}
</style>
border-color css
<style>
span { border-color: #3D838D; }
span { border-color: rgb(61,131,141); }
td.TdClassName
{
border-color: #3D838D;
}
.TagClassName
{
border-color: #3D838D;
}
</style>