Shades of Blue Chill #3B918E
Tints of Blue Chill #3B918E
RGB
CMYK
RGB Variations
Color information
#3B918E (or 0x3B918E) is known color: Blue Chill. HEX triplet: 3B, 91 and 8E. RGB value is (59,145,142). Sum of RGB (Red+Green+Blue) = 59+145+142=346 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.05% from 346); Green value is 145 (57.03% from 255 or 41.91% from 346); Blue value is 142 (55.86% from 255 or 41.04% from 346); Max value from RGB is 145 - color contains mainly: green. Hex color #3B918E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B918E is #C46E71. Grayscale: #767676. Windows color (decimal): -12873330 or 9343291. OLE color: 9343291.
HSL color Cylindrical-coordinate representation of color #3B918E: hue angle of 177.91º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3B918E is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 59 | 145 | 142 | - |
| CMYK | 0.59 | 0 | 0.02 | 0.43 |
| HSL | 177.91º | 0.42% | 0.4% | - |
| HSV(B) | 177.91º | 0.59% | 0.57% | - |
| XYZ | 16.81 | 23.13 | 29.17 | - |
| YUV | 118.94 | 141.01 | 85.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 145 | 142 | 0.59 | 0 | 0.02 | 0.43 | 177.91 | 0.42 | 0.4 |
| Hex | 3B | 91 | 8E | 3B | 0 | 2 | 2B | B2 | 2A | 28 |
| Octal | 73 | 221 | 216 | 73 | 0 | 2 | 53 | 262 | 52 | 50 |
| Binary | 111011 | 10010001 | 10001110 | 111011 | 0 | 10 | 101011 | 10110010 | 101010 | 101000 |
Color Harmonies of #3B918E
Complementary color
Monochromatic Colors of #3B918E
Black with #3B918E
Text Example
Text Example
White with #3B918E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B918E; }
p { color: rgb(59,145,142); }
H1.HeaderClassName
{
color: #3B918E;
}
.AnyTagClassName
{
color: #3B918E;
}
</style>
background-color css
<style>
a { background-color: #3B918E; }
a { background-color: rgb(59,145,142); }
div.DivClassName
{
background-color: #3B918E;
}
.BgClassName
{
background-color: #3B918E;
}
</style>
border-color css
<style>
span { border-color: #3B918E; }
span { border-color: rgb(59,145,142); }
td.TdClassName
{
border-color: #3B918E;
}
.TagClassName
{
border-color: #3B918E;
}
</style>