Shades of Blue Chill #3B8788
Tints of Blue Chill #3B8788
RGB
CMYK
RGB Variations
Color information
#3B8788 (or 0x3B8788) is known color: Blue Chill. HEX triplet: 3B, 87 and 88. RGB value is (59,135,136). Sum of RGB (Red+Green+Blue) = 59+135+136=330 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.88% from 330); Green value is 135 (53.12% from 255 or 40.91% from 330); Blue value is 136 (53.52% from 255 or 41.21% from 330); Max value from RGB is 136 - color contains mainly: blue. Hex color #3B8788 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B8788 is #C47877. Grayscale: #707070. Windows color (decimal): -12875896 or 8947515. OLE color: 8947515.
HSL color Cylindrical-coordinate representation of color #3B8788: hue angle of 180.78º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3B8788 is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 59 | 135 | 136 | - |
| CMYK | 0.57 | 0.01 | 0 | 0.47 |
| HSL | 180.78º | 0.39% | 0.38% | - |
| HSV(B) | 180.78º | 0.57% | 0.53% | - |
| XYZ | 14.91 | 20.04 | 26.37 | - |
| YUV | 112.39 | 141.32 | 89.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 135 | 136 | 0.57 | 0.01 | 0 | 0.47 | 180.78 | 0.39 | 0.38 |
| Hex | 3B | 87 | 88 | 39 | 1 | 0 | 2F | B5 | 27 | 26 |
| Octal | 73 | 207 | 210 | 71 | 1 | 0 | 57 | 265 | 47 | 46 |
| Binary | 111011 | 10000111 | 10001000 | 111001 | 1 | 0 | 101111 | 10110101 | 100111 | 100110 |
Color Harmonies of #3B8788
Complementary color
Monochromatic Colors of #3B8788
Black with #3B8788
Text Example
Text Example
White with #3B8788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B8788; }
p { color: rgb(59,135,136); }
H1.HeaderClassName
{
color: #3B8788;
}
.AnyTagClassName
{
color: #3B8788;
}
</style>
background-color css
<style>
a { background-color: #3B8788; }
a { background-color: rgb(59,135,136); }
div.DivClassName
{
background-color: #3B8788;
}
.BgClassName
{
background-color: #3B8788;
}
</style>
border-color css
<style>
span { border-color: #3B8788; }
span { border-color: rgb(59,135,136); }
td.TdClassName
{
border-color: #3B8788;
}
.TagClassName
{
border-color: #3B8788;
}
</style>