Shades of Blue Chill #3A918E
Tints of Blue Chill #3A918E
RGB
CMYK
RGB Variations
Color information
#3A918E (or 0x3A918E) is known color: Blue Chill. HEX triplet: 3A, 91 and 8E. RGB value is (58,145,142). Sum of RGB (Red+Green+Blue) = 58+145+142=345 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.81% from 345); Green value is 145 (57.03% from 255 or 42.03% from 345); Blue value is 142 (55.86% from 255 or 41.16% from 345); Max value from RGB is 145 - color contains mainly: green. Hex color #3A918E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A918E is #C56E71. Grayscale: #767676. Windows color (decimal): -12938866 or 9343290. OLE color: 9343290.
HSL color Cylindrical-coordinate representation of color #3A918E: hue angle of 177.93º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A918E is Cyan = 0.6, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 58 | 145 | 142 | - |
| CMYK | 0.6 | 0 | 0.02 | 0.43 |
| HSL | 177.93º | 0.43% | 0.4% | - |
| HSV(B) | 177.93º | 0.6% | 0.57% | - |
| XYZ | 16.75 | 23.1 | 29.17 | - |
| YUV | 118.65 | 141.18 | 84.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 145 | 142 | 0.6 | 0 | 0.02 | 0.43 | 177.93 | 0.43 | 0.4 |
| Hex | 3A | 91 | 8E | 3C | 0 | 2 | 2B | B2 | 2B | 28 |
| Octal | 72 | 221 | 216 | 74 | 0 | 2 | 53 | 262 | 53 | 50 |
| Binary | 111010 | 10010001 | 10001110 | 111100 | 0 | 10 | 101011 | 10110010 | 101011 | 101000 |
Color Harmonies of #3A918E
Complementary color
Monochromatic Colors of #3A918E
Black with #3A918E
Text Example
Text Example
White with #3A918E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A918E; }
p { color: rgb(58,145,142); }
H1.HeaderClassName
{
color: #3A918E;
}
.AnyTagClassName
{
color: #3A918E;
}
</style>
background-color css
<style>
a { background-color: #3A918E; }
a { background-color: rgb(58,145,142); }
div.DivClassName
{
background-color: #3A918E;
}
.BgClassName
{
background-color: #3A918E;
}
</style>
border-color css
<style>
span { border-color: #3A918E; }
span { border-color: rgb(58,145,142); }
td.TdClassName
{
border-color: #3A918E;
}
.TagClassName
{
border-color: #3A918E;
}
</style>