Shades of Blue Chill #3A8784
Tints of Blue Chill #3A8784
RGB
CMYK
RGB Variations
Color information
#3A8784 (or 0x3A8784) is known color: Blue Chill. HEX triplet: 3A, 87 and 84. RGB value is (58,135,132). Sum of RGB (Red+Green+Blue) = 58+135+132=325 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.85% from 325); Green value is 135 (53.12% from 255 or 41.54% from 325); Blue value is 132 (51.95% from 255 or 40.62% from 325); Max value from RGB is 135 - color contains mainly: green. Hex color #3A8784 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A8784 is #C5787B. Grayscale: #6F6F6F. Windows color (decimal): -12941436 or 8685370. OLE color: 8685370.
HSL color Cylindrical-coordinate representation of color #3A8784: hue angle of 177.66º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A8784 is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 58 | 135 | 132 | - |
| CMYK | 0.57 | 0 | 0.02 | 0.47 |
| HSL | 177.66º | 0.4% | 0.38% | - |
| HSV(B) | 177.66º | 0.57% | 0.53% | - |
| XYZ | 14.57 | 19.89 | 24.9 | - |
| YUV | 111.64 | 139.49 | 89.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 135 | 132 | 0.57 | 0 | 0.02 | 0.47 | 177.66 | 0.4 | 0.38 |
| Hex | 3A | 87 | 84 | 39 | 0 | 2 | 2F | B2 | 28 | 26 |
| Octal | 72 | 207 | 204 | 71 | 0 | 2 | 57 | 262 | 50 | 46 |
| Binary | 111010 | 10000111 | 10000100 | 111001 | 0 | 10 | 101111 | 10110010 | 101000 | 100110 |
Color Harmonies of #3A8784
Complementary color
Monochromatic Colors of #3A8784
Black with #3A8784
Text Example
Text Example
White with #3A8784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8784; }
p { color: rgb(58,135,132); }
H1.HeaderClassName
{
color: #3A8784;
}
.AnyTagClassName
{
color: #3A8784;
}
</style>
background-color css
<style>
a { background-color: #3A8784; }
a { background-color: rgb(58,135,132); }
div.DivClassName
{
background-color: #3A8784;
}
.BgClassName
{
background-color: #3A8784;
}
</style>
border-color css
<style>
span { border-color: #3A8784; }
span { border-color: rgb(58,135,132); }
td.TdClassName
{
border-color: #3A8784;
}
.TagClassName
{
border-color: #3A8784;
}
</style>