Shades of Blue Chill #3A878B
Tints of Blue Chill #3A878B
RGB
CMYK
RGB Variations
Color information
#3A878B (or 0x3A878B) is known color: Blue Chill. HEX triplet: 3A, 87 and 8B. RGB value is (58,135,139). Sum of RGB (Red+Green+Blue) = 58+135+139=332 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.47% from 332); Green value is 135 (53.12% from 255 or 40.66% from 332); Blue value is 139 (54.69% from 255 or 41.87% from 332); Max value from RGB is 139 - color contains mainly: blue. Hex color #3A878B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A878B is #C57874. Grayscale: #707070. Windows color (decimal): -12941429 or 9144122. OLE color: 9144122.
HSL color Cylindrical-coordinate representation of color #3A878B: hue angle of 182.96º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A878B is Cyan = 0.58, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 58 | 135 | 139 | - |
| CMYK | 0.58 | 0.03 | 0 | 0.45 |
| HSL | 182.96º | 0.41% | 0.39% | - |
| HSV(B) | 182.96º | 0.58% | 0.55% | - |
| XYZ | 15.07 | 20.09 | 27.51 | - |
| YUV | 112.43 | 142.99 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 135 | 139 | 0.58 | 0.03 | 0 | 0.45 | 182.96 | 0.41 | 0.39 |
| Hex | 3A | 87 | 8B | 3A | 3 | 0 | 2D | B7 | 29 | 27 |
| Octal | 72 | 207 | 213 | 72 | 3 | 0 | 55 | 267 | 51 | 47 |
| Binary | 111010 | 10000111 | 10001011 | 111010 | 11 | 0 | 101101 | 10110111 | 101001 | 100111 |
Color Harmonies of #3A878B
Complementary color
Monochromatic Colors of #3A878B
Black with #3A878B
Text Example
Text Example
White with #3A878B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A878B; }
p { color: rgb(58,135,139); }
H1.HeaderClassName
{
color: #3A878B;
}
.AnyTagClassName
{
color: #3A878B;
}
</style>
background-color css
<style>
a { background-color: #3A878B; }
a { background-color: rgb(58,135,139); }
div.DivClassName
{
background-color: #3A878B;
}
.BgClassName
{
background-color: #3A878B;
}
</style>
border-color css
<style>
span { border-color: #3A878B; }
span { border-color: rgb(58,135,139); }
td.TdClassName
{
border-color: #3A878B;
}
.TagClassName
{
border-color: #3A878B;
}
</style>