Shades of Paradiso #3C7B83
Tints of Paradiso #3C7B83
RGB
CMYK
RGB Variations
Color information
#3C7B83 (or 0x3C7B83) is known color: Paradiso. HEX triplet: 3C, 7B and 83. RGB value is (60,123,131). Sum of RGB (Red+Green+Blue) = 60+123+131=314 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.11% from 314); Green value is 123 (48.44% from 255 or 39.17% from 314); Blue value is 131 (51.56% from 255 or 41.72% from 314); Max value from RGB is 131 - color contains mainly: blue. Hex color #3C7B83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7B83 is #C3847C. Grayscale: #686868. Windows color (decimal): -12813437 or 8616764. OLE color: 8616764.
HSL color Cylindrical-coordinate representation of color #3C7B83: hue angle of 186.76º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3C7B83 is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 60 | 123 | 131 | - |
| CMYK | 0.54 | 0.06 | 0 | 0.49 |
| HSL | 186.76º | 0.37% | 0.37% | - |
| HSV(B) | 186.76º | 0.54% | 0.51% | - |
| XYZ | 13.04 | 16.77 | 24.02 | - |
| YUV | 105.08 | 142.63 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 123 | 131 | 0.54 | 0.06 | 0 | 0.49 | 186.76 | 0.37 | 0.37 |
| Hex | 3C | 7B | 83 | 36 | 6 | 0 | 31 | BB | 25 | 25 |
| Octal | 74 | 173 | 203 | 66 | 6 | 0 | 61 | 273 | 45 | 45 |
| Binary | 111100 | 1111011 | 10000011 | 110110 | 110 | 0 | 110001 | 10111011 | 100101 | 100101 |
Color Harmonies of #3C7B83
Complementary color
Monochromatic Colors of #3C7B83
Black with #3C7B83
Text Example
Text Example
White with #3C7B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7B83; }
p { color: rgb(60,123,131); }
H1.HeaderClassName
{
color: #3C7B83;
}
.AnyTagClassName
{
color: #3C7B83;
}
</style>
background-color css
<style>
a { background-color: #3C7B83; }
a { background-color: rgb(60,123,131); }
div.DivClassName
{
background-color: #3C7B83;
}
.BgClassName
{
background-color: #3C7B83;
}
</style>
border-color css
<style>
span { border-color: #3C7B83; }
span { border-color: rgb(60,123,131); }
td.TdClassName
{
border-color: #3C7B83;
}
.TagClassName
{
border-color: #3C7B83;
}
</style>