Shades of Blue Chill #3B888E
Tints of Blue Chill #3B888E
RGB
CMYK
RGB Variations
Color information
#3B888E (or 0x3B888E) is known color: Blue Chill. HEX triplet: 3B, 88 and 8E. RGB value is (59,136,142). Sum of RGB (Red+Green+Blue) = 59+136+142=337 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.51% from 337); Green value is 136 (53.52% from 255 or 40.36% from 337); Blue value is 142 (55.86% from 255 or 42.14% from 337); Max value from RGB is 142 - color contains mainly: blue. Hex color #3B888E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B888E is #C47771. Grayscale: #717171. Windows color (decimal): -12875634 or 9340987. OLE color: 9340987.
HSL color Cylindrical-coordinate representation of color #3B888E: hue angle of 184.34º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B888E is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 59 | 136 | 142 | - |
| CMYK | 0.58 | 0.04 | 0 | 0.44 |
| HSL | 184.34º | 0.41% | 0.39% | - |
| HSV(B) | 184.34º | 0.58% | 0.56% | - |
| XYZ | 15.49 | 20.49 | 28.73 | - |
| YUV | 113.66 | 143.99 | 89.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 136 | 142 | 0.58 | 0.04 | 0 | 0.44 | 184.34 | 0.41 | 0.39 |
| Hex | 3B | 88 | 8E | 3A | 4 | 0 | 2C | B8 | 29 | 27 |
| Octal | 73 | 210 | 216 | 72 | 4 | 0 | 54 | 270 | 51 | 47 |
| Binary | 111011 | 10001000 | 10001110 | 111010 | 100 | 0 | 101100 | 10111000 | 101001 | 100111 |
Color Harmonies of #3B888E
Complementary color
Monochromatic Colors of #3B888E
Black with #3B888E
Text Example
Text Example
White with #3B888E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B888E; }
p { color: rgb(59,136,142); }
H1.HeaderClassName
{
color: #3B888E;
}
.AnyTagClassName
{
color: #3B888E;
}
</style>
background-color css
<style>
a { background-color: #3B888E; }
a { background-color: rgb(59,136,142); }
div.DivClassName
{
background-color: #3B888E;
}
.BgClassName
{
background-color: #3B888E;
}
</style>
border-color css
<style>
span { border-color: #3B888E; }
span { border-color: rgb(59,136,142); }
td.TdClassName
{
border-color: #3B888E;
}
.TagClassName
{
border-color: #3B888E;
}
</style>