Shades of Blue Chill #3A8A94
Tints of Blue Chill #3A8A94
RGB
CMYK
RGB Variations
Color information
#3A8A94 (or 0x3A8A94) is known color: Blue Chill. HEX triplet: 3A, 8A and 94. RGB value is (58,138,148). Sum of RGB (Red+Green+Blue) = 58+138+148=344 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.86% from 344); Green value is 138 (54.30% from 255 or 40.12% from 344); Blue value is 148 (58.20% from 255 or 43.02% from 344); Max value from RGB is 148 - color contains mainly: blue. Hex color #3A8A94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A8A94 is #C5756B. Grayscale: #737373. Windows color (decimal): -12940652 or 9734714. OLE color: 9734714.
HSL color Cylindrical-coordinate representation of color #3A8A94: hue angle of 186.67º degrees, saturation: 0.44, 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 #3A8A94 is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 58 | 138 | 148 | - |
| CMYK | 0.61 | 0.07 | 0 | 0.42 |
| HSL | 186.67º | 0.44% | 0.4% | - |
| HSV(B) | 186.67º | 0.61% | 0.58% | - |
| XYZ | 16.18 | 21.21 | 31.26 | - |
| YUV | 115.22 | 146.5 | 87.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 138 | 148 | 0.61 | 0.07 | 0 | 0.42 | 186.67 | 0.44 | 0.4 |
| Hex | 3A | 8A | 94 | 3D | 7 | 0 | 2A | BB | 2C | 28 |
| Octal | 72 | 212 | 224 | 75 | 7 | 0 | 52 | 273 | 54 | 50 |
| Binary | 111010 | 10001010 | 10010100 | 111101 | 111 | 0 | 101010 | 10111011 | 101100 | 101000 |
Color Harmonies of #3A8A94
Complementary color
Monochromatic Colors of #3A8A94
Black with #3A8A94
Text Example
Text Example
White with #3A8A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8A94; }
p { color: rgb(58,138,148); }
H1.HeaderClassName
{
color: #3A8A94;
}
.AnyTagClassName
{
color: #3A8A94;
}
</style>
background-color css
<style>
a { background-color: #3A8A94; }
a { background-color: rgb(58,138,148); }
div.DivClassName
{
background-color: #3A8A94;
}
.BgClassName
{
background-color: #3A8A94;
}
</style>
border-color css
<style>
span { border-color: #3A8A94; }
span { border-color: rgb(58,138,148); }
td.TdClassName
{
border-color: #3A8A94;
}
.TagClassName
{
border-color: #3A8A94;
}
</style>