Shades of Paradiso #3B818C
Tints of Paradiso #3B818C
RGB
CMYK
RGB Variations
Color information
#3B818C (or 0x3B818C) is known color: Paradiso. HEX triplet: 3B, 81 and 8C. RGB value is (59,129,140). Sum of RGB (Red+Green+Blue) = 59+129+140=328 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.99% from 328); Green value is 129 (50.78% from 255 or 39.33% from 328); Blue value is 140 (55.08% from 255 or 42.68% from 328); Max value from RGB is 140 - color contains mainly: blue. Hex color #3B818C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B818C is #C47E73. Grayscale: #6D6D6D. Windows color (decimal): -12877428 or 9208123. OLE color: 9208123.
HSL color Cylindrical-coordinate representation of color #3B818C: hue angle of 188.15º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B818C is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 59 | 129 | 140 | - |
| CMYK | 0.58 | 0.08 | 0 | 0.45 |
| HSL | 188.15º | 0.41% | 0.39% | - |
| HSV(B) | 188.15º | 0.58% | 0.55% | - |
| XYZ | 14.39 | 18.52 | 27.63 | - |
| YUV | 109.32 | 145.31 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 129 | 140 | 0.58 | 0.08 | 0 | 0.45 | 188.15 | 0.41 | 0.39 |
| Hex | 3B | 81 | 8C | 3A | 8 | 0 | 2D | BC | 29 | 27 |
| Octal | 73 | 201 | 214 | 72 | 10 | 0 | 55 | 274 | 51 | 47 |
| Binary | 111011 | 10000001 | 10001100 | 111010 | 1000 | 0 | 101101 | 10111100 | 101001 | 100111 |
Color Harmonies of #3B818C
Complementary color
Monochromatic Colors of #3B818C
Black with #3B818C
Text Example
Text Example
White with #3B818C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B818C; }
p { color: rgb(59,129,140); }
H1.HeaderClassName
{
color: #3B818C;
}
.AnyTagClassName
{
color: #3B818C;
}
</style>
background-color css
<style>
a { background-color: #3B818C; }
a { background-color: rgb(59,129,140); }
div.DivClassName
{
background-color: #3B818C;
}
.BgClassName
{
background-color: #3B818C;
}
</style>
border-color css
<style>
span { border-color: #3B818C; }
span { border-color: rgb(59,129,140); }
td.TdClassName
{
border-color: #3B818C;
}
.TagClassName
{
border-color: #3B818C;
}
</style>