Shades of Blue Chill #3A8F94
Tints of Blue Chill #3A8F94
RGB
CMYK
RGB Variations
Color information
#3A8F94 (or 0x3A8F94) is known color: Blue Chill. HEX triplet: 3A, 8F and 94. RGB value is (58,143,148). Sum of RGB (Red+Green+Blue) = 58+143+148=349 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.62% from 349); Green value is 143 (56.25% from 255 or 40.97% from 349); Blue value is 148 (58.20% from 255 or 42.41% from 349); Max value from RGB is 148 - color contains mainly: blue. Hex color #3A8F94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A8F94 is #C5706B. Grayscale: #767676. Windows color (decimal): -12939372 or 9735994. OLE color: 9735994.
HSL color Cylindrical-coordinate representation of color #3A8F94: hue angle of 183.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 #3A8F94 is Cyan = 0.61, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 58 | 143 | 148 | - |
| CMYK | 0.61 | 0.03 | 0 | 0.42 |
| HSL | 183.33º | 0.44% | 0.4% | - |
| HSV(B) | 183.33º | 0.61% | 0.58% | - |
| XYZ | 16.91 | 22.68 | 31.5 | - |
| YUV | 118.16 | 144.84 | 85.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 143 | 148 | 0.61 | 0.03 | 0 | 0.42 | 183.33 | 0.44 | 0.4 |
| Hex | 3A | 8F | 94 | 3D | 3 | 0 | 2A | B7 | 2C | 28 |
| Octal | 72 | 217 | 224 | 75 | 3 | 0 | 52 | 267 | 54 | 50 |
| Binary | 111010 | 10001111 | 10010100 | 111101 | 11 | 0 | 101010 | 10110111 | 101100 | 101000 |
Color Harmonies of #3A8F94
Complementary color
Monochromatic Colors of #3A8F94
Black with #3A8F94
Text Example
Text Example
White with #3A8F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8F94; }
p { color: rgb(58,143,148); }
H1.HeaderClassName
{
color: #3A8F94;
}
.AnyTagClassName
{
color: #3A8F94;
}
</style>
background-color css
<style>
a { background-color: #3A8F94; }
a { background-color: rgb(58,143,148); }
div.DivClassName
{
background-color: #3A8F94;
}
.BgClassName
{
background-color: #3A8F94;
}
</style>
border-color css
<style>
span { border-color: #3A8F94; }
span { border-color: rgb(58,143,148); }
td.TdClassName
{
border-color: #3A8F94;
}
.TagClassName
{
border-color: #3A8F94;
}
</style>