Shades of Blue Chill #3A9295
Tints of Blue Chill #3A9295
RGB
CMYK
RGB Variations
Color information
#3A9295 (or 0x3A9295) is known color: Blue Chill. HEX triplet: 3A, 92 and 95. RGB value is (58,146,149). Sum of RGB (Red+Green+Blue) = 58+146+149=353 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.43% from 353); Green value is 146 (57.42% from 255 or 41.36% from 353); Blue value is 149 (58.59% from 255 or 42.21% from 353); Max value from RGB is 149 - color contains mainly: blue. Hex color #3A9295 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A9295 is #C56D6A. Grayscale: #777777. Windows color (decimal): -12938603 or 9802298. OLE color: 9802298.
HSL color Cylindrical-coordinate representation of color #3A9295: hue angle of 181.98º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A9295 is Cyan = 0.61, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 58 | 146 | 149 | - |
| CMYK | 0.61 | 0.02 | 0 | 0.42 |
| HSL | 181.98º | 0.44% | 0.41% | - |
| HSV(B) | 181.98º | 0.61% | 0.58% | - |
| XYZ | 17.45 | 23.63 | 32.07 | - |
| YUV | 120.03 | 144.35 | 83.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 146 | 149 | 0.61 | 0.02 | 0 | 0.42 | 181.98 | 0.44 | 0.41 |
| Hex | 3A | 92 | 95 | 3D | 2 | 0 | 2A | B6 | 2C | 29 |
| Octal | 72 | 222 | 225 | 75 | 2 | 0 | 52 | 266 | 54 | 51 |
| Binary | 111010 | 10010010 | 10010101 | 111101 | 10 | 0 | 101010 | 10110110 | 101100 | 101001 |
Color Harmonies of #3A9295
Complementary color
Monochromatic Colors of #3A9295
Black with #3A9295
Text Example
Text Example
White with #3A9295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9295; }
p { color: rgb(58,146,149); }
H1.HeaderClassName
{
color: #3A9295;
}
.AnyTagClassName
{
color: #3A9295;
}
</style>
background-color css
<style>
a { background-color: #3A9295; }
a { background-color: rgb(58,146,149); }
div.DivClassName
{
background-color: #3A9295;
}
.BgClassName
{
background-color: #3A9295;
}
</style>
border-color css
<style>
span { border-color: #3A9295; }
span { border-color: rgb(58,146,149); }
td.TdClassName
{
border-color: #3A9295;
}
.TagClassName
{
border-color: #3A9295;
}
</style>