Shades of Paradiso #3B7C87
Tints of Paradiso #3B7C87
RGB
CMYK
RGB Variations
Color information
#3B7C87 (or 0x3B7C87) is known color: Paradiso. HEX triplet: 3B, 7C and 87. RGB value is (59,124,135). Sum of RGB (Red+Green+Blue) = 59+124+135=318 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.55% from 318); Green value is 124 (48.83% from 255 or 38.99% from 318); Blue value is 135 (53.12% from 255 or 42.45% from 318); Max value from RGB is 135 - color contains mainly: blue. Hex color #3B7C87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B7C87 is #C48378. Grayscale: #696969. Windows color (decimal): -12878713 or 8879163. OLE color: 8879163.
HSL color Cylindrical-coordinate representation of color #3B7C87: hue angle of 188.68º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3B7C87 is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 59 | 124 | 135 | - |
| CMYK | 0.56 | 0.08 | 0 | 0.47 |
| HSL | 188.68º | 0.39% | 0.38% | - |
| HSV(B) | 188.68º | 0.56% | 0.53% | - |
| XYZ | 13.38 | 17.09 | 25.52 | - |
| YUV | 105.82 | 144.47 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 124 | 135 | 0.56 | 0.08 | 0 | 0.47 | 188.68 | 0.39 | 0.38 |
| Hex | 3B | 7C | 87 | 38 | 8 | 0 | 2F | BD | 27 | 26 |
| Octal | 73 | 174 | 207 | 70 | 10 | 0 | 57 | 275 | 47 | 46 |
| Binary | 111011 | 1111100 | 10000111 | 111000 | 1000 | 0 | 101111 | 10111101 | 100111 | 100110 |
Color Harmonies of #3B7C87
Complementary color
Monochromatic Colors of #3B7C87
Black with #3B7C87
Text Example
Text Example
White with #3B7C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7C87; }
p { color: rgb(59,124,135); }
H1.HeaderClassName
{
color: #3B7C87;
}
.AnyTagClassName
{
color: #3B7C87;
}
</style>
background-color css
<style>
a { background-color: #3B7C87; }
a { background-color: rgb(59,124,135); }
div.DivClassName
{
background-color: #3B7C87;
}
.BgClassName
{
background-color: #3B7C87;
}
</style>
border-color css
<style>
span { border-color: #3B7C87; }
span { border-color: rgb(59,124,135); }
td.TdClassName
{
border-color: #3B7C87;
}
.TagClassName
{
border-color: #3B7C87;
}
</style>