Shades of Blue Chill #3A8A93
Tints of Blue Chill #3A8A93
RGB
CMYK
RGB Variations
Color information
#3A8A93 (or 0x3A8A93) is known color: Blue Chill. HEX triplet: 3A, 8A and 93. RGB value is (58,138,147). Sum of RGB (Red+Green+Blue) = 58+138+147=343 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.91% from 343); Green value is 138 (54.30% from 255 or 40.23% from 343); Blue value is 147 (57.81% from 255 or 42.86% from 343); Max value from RGB is 147 - color contains mainly: blue. Hex color #3A8A93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A8A93 is #C5756C. Grayscale: #727272. Windows color (decimal): -12940653 or 9669178. OLE color: 9669178.
HSL color Cylindrical-coordinate representation of color #3A8A93: hue angle of 186.07º degrees, saturation: 0.43, 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 #3A8A93 is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 58 | 138 | 147 | - |
| CMYK | 0.61 | 0.06 | 0 | 0.42 |
| HSL | 186.07º | 0.43% | 0.4% | - |
| HSV(B) | 186.07º | 0.61% | 0.58% | - |
| XYZ | 16.1 | 21.18 | 30.84 | - |
| YUV | 115.11 | 146 | 87.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 138 | 147 | 0.61 | 0.06 | 0 | 0.42 | 186.07 | 0.43 | 0.4 |
| Hex | 3A | 8A | 93 | 3D | 6 | 0 | 2A | BA | 2B | 28 |
| Octal | 72 | 212 | 223 | 75 | 6 | 0 | 52 | 272 | 53 | 50 |
| Binary | 111010 | 10001010 | 10010011 | 111101 | 110 | 0 | 101010 | 10111010 | 101011 | 101000 |
Color Harmonies of #3A8A93
Complementary color
Monochromatic Colors of #3A8A93
Black with #3A8A93
Text Example
Text Example
White with #3A8A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8A93; }
p { color: rgb(58,138,147); }
H1.HeaderClassName
{
color: #3A8A93;
}
.AnyTagClassName
{
color: #3A8A93;
}
</style>
background-color css
<style>
a { background-color: #3A8A93; }
a { background-color: rgb(58,138,147); }
div.DivClassName
{
background-color: #3A8A93;
}
.BgClassName
{
background-color: #3A8A93;
}
</style>
border-color css
<style>
span { border-color: #3A8A93; }
span { border-color: rgb(58,138,147); }
td.TdClassName
{
border-color: #3A8A93;
}
.TagClassName
{
border-color: #3A8A93;
}
</style>