Shades of Blue Chill #3A9392
Tints of Blue Chill #3A9392
RGB
CMYK
RGB Variations
Color information
#3A9392 (or 0x3A9392) is known color: Blue Chill. HEX triplet: 3A, 93 and 92. RGB value is (58,147,146). Sum of RGB (Red+Green+Blue) = 58+147+146=351 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.52% from 351); Green value is 147 (57.81% from 255 or 41.88% from 351); Blue value is 146 (57.42% from 255 or 41.60% from 351); Max value from RGB is 147 - color contains mainly: green. Hex color #3A9392 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A9392 is #C56C6D. Grayscale: #787878. Windows color (decimal): -12938350 or 9605946. OLE color: 9605946.
HSL color Cylindrical-coordinate representation of color #3A9392: hue angle of 179.33º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A9392 is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 58 | 147 | 146 | - |
| CMYK | 0.61 | 0 | 0.01 | 0.42 |
| HSL | 179.33º | 0.43% | 0.4% | - |
| HSV(B) | 179.33º | 0.61% | 0.58% | - |
| XYZ | 17.37 | 23.84 | 30.88 | - |
| YUV | 120.28 | 142.51 | 83.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 147 | 146 | 0.61 | 0 | 0.01 | 0.42 | 179.33 | 0.43 | 0.4 |
| Hex | 3A | 93 | 92 | 3D | 0 | 1 | 2A | B3 | 2B | 28 |
| Octal | 72 | 223 | 222 | 75 | 0 | 1 | 52 | 263 | 53 | 50 |
| Binary | 111010 | 10010011 | 10010010 | 111101 | 0 | 1 | 101010 | 10110011 | 101011 | 101000 |
Color Harmonies of #3A9392
Complementary color
Monochromatic Colors of #3A9392
Black with #3A9392
Text Example
Text Example
White with #3A9392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9392; }
p { color: rgb(58,147,146); }
H1.HeaderClassName
{
color: #3A9392;
}
.AnyTagClassName
{
color: #3A9392;
}
</style>
background-color css
<style>
a { background-color: #3A9392; }
a { background-color: rgb(58,147,146); }
div.DivClassName
{
background-color: #3A9392;
}
.BgClassName
{
background-color: #3A9392;
}
</style>
border-color css
<style>
span { border-color: #3A9392; }
span { border-color: rgb(58,147,146); }
td.TdClassName
{
border-color: #3A9392;
}
.TagClassName
{
border-color: #3A9392;
}
</style>