Shades of Blue Chill #3B9C9A
Tints of Blue Chill #3B9C9A
RGB
CMYK
RGB Variations
Color information
#3B9C9A (or 0x3B9C9A) is known color: Blue Chill. HEX triplet: 3B, 9C and 9A. RGB value is (59,156,154). Sum of RGB (Red+Green+Blue) = 59+156+154=369 (48% of max value = 765). Red value is 59 (23.44% from 255 or 15.99% from 369); Green value is 156 (61.33% from 255 or 42.28% from 369); Blue value is 154 (60.55% from 255 or 41.73% from 369); Max value from RGB is 156 - color contains mainly: green. Hex color #3B9C9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B9C9A is #C46365. Grayscale: #7E7E7E. Windows color (decimal): -12870502 or 10132539. OLE color: 10132539.
HSL color Cylindrical-coordinate representation of color #3B9C9A: hue angle of 178.76º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B9C9A is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 59 | 156 | 154 | - |
| CMYK | 0.62 | 0 | 0.01 | 0.39 |
| HSL | 178.76º | 0.45% | 0.42% | - |
| HSV(B) | 178.76º | 0.62% | 0.61% | - |
| XYZ | 19.52 | 27.04 | 34.76 | - |
| YUV | 126.77 | 143.36 | 79.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 156 | 154 | 0.62 | 0 | 0.01 | 0.39 | 178.76 | 0.45 | 0.42 |
| Hex | 3B | 9C | 9A | 3E | 0 | 1 | 27 | B3 | 2D | 2A |
| Octal | 73 | 234 | 232 | 76 | 0 | 1 | 47 | 263 | 55 | 52 |
| Binary | 111011 | 10011100 | 10011010 | 111110 | 0 | 1 | 100111 | 10110011 | 101101 | 101010 |
Color Harmonies of #3B9C9A
Complementary color
Monochromatic Colors of #3B9C9A
Black with #3B9C9A
Text Example
Text Example
White with #3B9C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B9C9A; }
p { color: rgb(59,156,154); }
H1.HeaderClassName
{
color: #3B9C9A;
}
.AnyTagClassName
{
color: #3B9C9A;
}
</style>
background-color css
<style>
a { background-color: #3B9C9A; }
a { background-color: rgb(59,156,154); }
div.DivClassName
{
background-color: #3B9C9A;
}
.BgClassName
{
background-color: #3B9C9A;
}
</style>
border-color css
<style>
span { border-color: #3B9C9A; }
span { border-color: rgb(59,156,154); }
td.TdClassName
{
border-color: #3B9C9A;
}
.TagClassName
{
border-color: #3B9C9A;
}
</style>