Shades of Blue Chill #3B8A8C
Tints of Blue Chill #3B8A8C
RGB
CMYK
RGB Variations
Color information
#3B8A8C (or 0x3B8A8C) is known color: Blue Chill. HEX triplet: 3B, 8A and 8C. RGB value is (59,138,140). Sum of RGB (Red+Green+Blue) = 59+138+140=337 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.51% from 337); Green value is 138 (54.30% from 255 or 40.95% from 337); Blue value is 140 (55.08% from 255 or 41.54% from 337); Max value from RGB is 140 - color contains mainly: blue. Hex color #3B8A8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B8A8C is #C47573. Grayscale: #727272. Windows color (decimal): -12875124 or 9210427. OLE color: 9210427.
HSL color Cylindrical-coordinate representation of color #3B8A8C: hue angle of 181.48º 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 #3B8A8C is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 59 | 138 | 140 | - |
| CMYK | 0.58 | 0.01 | 0 | 0.45 |
| HSL | 181.48º | 0.41% | 0.39% | - |
| HSV(B) | 181.48º | 0.58% | 0.55% | - |
| XYZ | 15.63 | 21 | 28.04 | - |
| YUV | 114.61 | 142.33 | 88.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 138 | 140 | 0.58 | 0.01 | 0 | 0.45 | 181.48 | 0.41 | 0.39 |
| Hex | 3B | 8A | 8C | 3A | 1 | 0 | 2D | B5 | 29 | 27 |
| Octal | 73 | 212 | 214 | 72 | 1 | 0 | 55 | 265 | 51 | 47 |
| Binary | 111011 | 10001010 | 10001100 | 111010 | 1 | 0 | 101101 | 10110101 | 101001 | 100111 |
Color Harmonies of #3B8A8C
Complementary color
Monochromatic Colors of #3B8A8C
Black with #3B8A8C
Text Example
Text Example
White with #3B8A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B8A8C; }
p { color: rgb(59,138,140); }
H1.HeaderClassName
{
color: #3B8A8C;
}
.AnyTagClassName
{
color: #3B8A8C;
}
</style>
background-color css
<style>
a { background-color: #3B8A8C; }
a { background-color: rgb(59,138,140); }
div.DivClassName
{
background-color: #3B8A8C;
}
.BgClassName
{
background-color: #3B8A8C;
}
</style>
border-color css
<style>
span { border-color: #3B8A8C; }
span { border-color: rgb(59,138,140); }
td.TdClassName
{
border-color: #3B8A8C;
}
.TagClassName
{
border-color: #3B8A8C;
}
</style>