Shades of Blue Chill #3A9698
Tints of Blue Chill #3A9698
RGB
CMYK
RGB Variations
Color information
#3A9698 (or 0x3A9698) is known color: Blue Chill. HEX triplet: 3A, 96 and 98. RGB value is (58,150,152). Sum of RGB (Red+Green+Blue) = 58+150+152=360 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.11% from 360); Green value is 150 (58.98% from 255 or 41.67% from 360); Blue value is 152 (59.77% from 255 or 42.22% from 360); Max value from RGB is 152 - color contains mainly: blue. Hex color #3A9698 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A9698 is #C56967. Grayscale: #7A7A7A. Windows color (decimal): -12937576 or 9999930. OLE color: 9999930.
HSL color Cylindrical-coordinate representation of color #3A9698: hue angle of 181.28º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A9698 is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 58 | 150 | 152 | - |
| CMYK | 0.62 | 0.01 | 0 | 0.40 |
| HSL | 181.28º | 0.45% | 0.41% | - |
| HSV(B) | 181.28º | 0.62% | 0.6% | - |
| XYZ | 18.32 | 24.98 | 33.56 | - |
| YUV | 122.72 | 144.52 | 81.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 150 | 152 | 0.62 | 0.01 | 0 | 0.40 | 181.28 | 0.45 | 0.41 |
| Hex | 3A | 96 | 98 | 3E | 1 | 0 | 28 | B5 | 2D | 29 |
| Octal | 72 | 226 | 230 | 76 | 1 | 0 | 50 | 265 | 55 | 51 |
| Binary | 111010 | 10010110 | 10011000 | 111110 | 1 | 0 | 101000 | 10110101 | 101101 | 101001 |
Color Harmonies of #3A9698
Complementary color
Monochromatic Colors of #3A9698
Black with #3A9698
Text Example
Text Example
White with #3A9698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9698; }
p { color: rgb(58,150,152); }
H1.HeaderClassName
{
color: #3A9698;
}
.AnyTagClassName
{
color: #3A9698;
}
</style>
background-color css
<style>
a { background-color: #3A9698; }
a { background-color: rgb(58,150,152); }
div.DivClassName
{
background-color: #3A9698;
}
.BgClassName
{
background-color: #3A9698;
}
</style>
border-color css
<style>
span { border-color: #3A9698; }
span { border-color: rgb(58,150,152); }
td.TdClassName
{
border-color: #3A9698;
}
.TagClassName
{
border-color: #3A9698;
}
</style>