Shades of Paradiso #3D7C83
Tints of Paradiso #3D7C83
RGB
CMYK
RGB Variations
Color information
#3D7C83 (or 0x3D7C83) is known color: Paradiso. HEX triplet: 3D, 7C and 83. RGB value is (61,124,131). Sum of RGB (Red+Green+Blue) = 61+124+131=316 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.30% from 316); Green value is 124 (48.83% from 255 or 39.24% from 316); Blue value is 131 (51.56% from 255 or 41.46% from 316); Max value from RGB is 131 - color contains mainly: blue. Hex color #3D7C83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D7C83 is #C2837C. Grayscale: #696969. Windows color (decimal): -12747645 or 8617021. OLE color: 8617021.
HSL color Cylindrical-coordinate representation of color #3D7C83: hue angle of 186º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3D7C83 is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 61 | 124 | 131 | - |
| CMYK | 0.53 | 0.05 | 0 | 0.49 |
| HSL | 186º | 0.36% | 0.38% | - |
| HSV(B) | 186º | 0.53% | 0.51% | - |
| XYZ | 13.23 | 17.05 | 24.07 | - |
| YUV | 105.96 | 142.13 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 124 | 131 | 0.53 | 0.05 | 0 | 0.49 | 186 | 0.36 | 0.38 |
| Hex | 3D | 7C | 83 | 35 | 5 | 0 | 31 | BA | 24 | 26 |
| Octal | 75 | 174 | 203 | 65 | 5 | 0 | 61 | 272 | 44 | 46 |
| Binary | 111101 | 1111100 | 10000011 | 110101 | 101 | 0 | 110001 | 10111010 | 100100 | 100110 |
Color Harmonies of #3D7C83
Complementary color
Monochromatic Colors of #3D7C83
Black with #3D7C83
Text Example
Text Example
White with #3D7C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7C83; }
p { color: rgb(61,124,131); }
H1.HeaderClassName
{
color: #3D7C83;
}
.AnyTagClassName
{
color: #3D7C83;
}
</style>
background-color css
<style>
a { background-color: #3D7C83; }
a { background-color: rgb(61,124,131); }
div.DivClassName
{
background-color: #3D7C83;
}
.BgClassName
{
background-color: #3D7C83;
}
</style>
border-color css
<style>
span { border-color: #3D7C83; }
span { border-color: rgb(61,124,131); }
td.TdClassName
{
border-color: #3D7C83;
}
.TagClassName
{
border-color: #3D7C83;
}
</style>