Shades of Blue Chill #3A8C94
Tints of Blue Chill #3A8C94
RGB
CMYK
RGB Variations
Color information
#3A8C94 (or 0x3A8C94) is known color: Blue Chill. HEX triplet: 3A, 8C and 94. RGB value is (58,140,148). Sum of RGB (Red+Green+Blue) = 58+140+148=346 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.76% from 346); Green value is 140 (55.08% from 255 or 40.46% from 346); Blue value is 148 (58.20% from 255 or 42.77% from 346); Max value from RGB is 148 - color contains mainly: blue. Hex color #3A8C94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A8C94 is #C5736B. Grayscale: #747474. Windows color (decimal): -12940140 or 9735226. OLE color: 9735226.
HSL color Cylindrical-coordinate representation of color #3A8C94: hue angle of 185.33º 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 #3A8C94 is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 58 | 140 | 148 | - |
| CMYK | 0.61 | 0.05 | 0 | 0.42 |
| HSL | 185.33º | 0.44% | 0.4% | - |
| HSV(B) | 185.33º | 0.61% | 0.58% | - |
| XYZ | 16.47 | 21.79 | 31.36 | - |
| YUV | 116.39 | 145.83 | 86.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 140 | 148 | 0.61 | 0.05 | 0 | 0.42 | 185.33 | 0.44 | 0.4 |
| Hex | 3A | 8C | 94 | 3D | 5 | 0 | 2A | B9 | 2C | 28 |
| Octal | 72 | 214 | 224 | 75 | 5 | 0 | 52 | 271 | 54 | 50 |
| Binary | 111010 | 10001100 | 10010100 | 111101 | 101 | 0 | 101010 | 10111001 | 101100 | 101000 |
Color Harmonies of #3A8C94
Complementary color
Monochromatic Colors of #3A8C94
Black with #3A8C94
Text Example
Text Example
White with #3A8C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8C94; }
p { color: rgb(58,140,148); }
H1.HeaderClassName
{
color: #3A8C94;
}
.AnyTagClassName
{
color: #3A8C94;
}
</style>
background-color css
<style>
a { background-color: #3A8C94; }
a { background-color: rgb(58,140,148); }
div.DivClassName
{
background-color: #3A8C94;
}
.BgClassName
{
background-color: #3A8C94;
}
</style>
border-color css
<style>
span { border-color: #3A8C94; }
span { border-color: rgb(58,140,148); }
td.TdClassName
{
border-color: #3A8C94;
}
.TagClassName
{
border-color: #3A8C94;
}
</style>