Shades of Blue Chill #3A868E
Tints of Blue Chill #3A868E
RGB
CMYK
RGB Variations
Color information
#3A868E (or 0x3A868E) is known color: Blue Chill. HEX triplet: 3A, 86 and 8E. RGB value is (58,134,142). Sum of RGB (Red+Green+Blue) = 58+134+142=334 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.37% from 334); Green value is 134 (52.73% from 255 or 40.12% from 334); Blue value is 142 (55.86% from 255 or 42.51% from 334); Max value from RGB is 142 - color contains mainly: blue. Hex color #3A868E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A868E is #C57971. Grayscale: #707070. Windows color (decimal): -12941682 or 9340474. OLE color: 9340474.
HSL color Cylindrical-coordinate representation of color #3A868E: hue angle of 185.71º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A868E is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 58 | 134 | 142 | - |
| CMYK | 0.59 | 0.06 | 0 | 0.44 |
| HSL | 185.71º | 0.42% | 0.39% | - |
| HSV(B) | 185.71º | 0.59% | 0.56% | - |
| XYZ | 15.15 | 19.9 | 28.63 | - |
| YUV | 112.19 | 144.82 | 89.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 134 | 142 | 0.59 | 0.06 | 0 | 0.44 | 185.71 | 0.42 | 0.39 |
| Hex | 3A | 86 | 8E | 3B | 6 | 0 | 2C | BA | 2A | 27 |
| Octal | 72 | 206 | 216 | 73 | 6 | 0 | 54 | 272 | 52 | 47 |
| Binary | 111010 | 10000110 | 10001110 | 111011 | 110 | 0 | 101100 | 10111010 | 101010 | 100111 |
Color Harmonies of #3A868E
Complementary color
Monochromatic Colors of #3A868E
Black with #3A868E
Text Example
Text Example
White with #3A868E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A868E; }
p { color: rgb(58,134,142); }
H1.HeaderClassName
{
color: #3A868E;
}
.AnyTagClassName
{
color: #3A868E;
}
</style>
background-color css
<style>
a { background-color: #3A868E; }
a { background-color: rgb(58,134,142); }
div.DivClassName
{
background-color: #3A868E;
}
.BgClassName
{
background-color: #3A868E;
}
</style>
border-color css
<style>
span { border-color: #3A868E; }
span { border-color: rgb(58,134,142); }
td.TdClassName
{
border-color: #3A868E;
}
.TagClassName
{
border-color: #3A868E;
}
</style>