Shades of Blue Chill #3A878A
Tints of Blue Chill #3A878A
RGB
CMYK
RGB Variations
Color information
#3A878A (or 0x3A878A) is known color: Blue Chill. HEX triplet: 3A, 87 and 8A. RGB value is (58,135,138). Sum of RGB (Red+Green+Blue) = 58+135+138=331 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.52% from 331); Green value is 135 (53.12% from 255 or 40.79% from 331); Blue value is 138 (54.30% from 255 or 41.69% from 331); Max value from RGB is 138 - color contains mainly: blue. Hex color #3A878A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A878A is #C57875. Grayscale: #707070. Windows color (decimal): -12941430 or 9078586. OLE color: 9078586.
HSL color Cylindrical-coordinate representation of color #3A878A: hue angle of 182.25º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A878A is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 58 | 135 | 138 | - |
| CMYK | 0.58 | 0.02 | 0 | 0.46 |
| HSL | 182.25º | 0.41% | 0.38% | - |
| HSV(B) | 182.25º | 0.58% | 0.54% | - |
| XYZ | 15 | 20.06 | 27.13 | - |
| YUV | 112.32 | 142.49 | 89.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 135 | 138 | 0.58 | 0.02 | 0 | 0.46 | 182.25 | 0.41 | 0.38 |
| Hex | 3A | 87 | 8A | 3A | 2 | 0 | 2E | B6 | 29 | 26 |
| Octal | 72 | 207 | 212 | 72 | 2 | 0 | 56 | 266 | 51 | 46 |
| Binary | 111010 | 10000111 | 10001010 | 111010 | 10 | 0 | 101110 | 10110110 | 101001 | 100110 |
Color Harmonies of #3A878A
Complementary color
Monochromatic Colors of #3A878A
Black with #3A878A
Text Example
Text Example
White with #3A878A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A878A; }
p { color: rgb(58,135,138); }
H1.HeaderClassName
{
color: #3A878A;
}
.AnyTagClassName
{
color: #3A878A;
}
</style>
background-color css
<style>
a { background-color: #3A878A; }
a { background-color: rgb(58,135,138); }
div.DivClassName
{
background-color: #3A878A;
}
.BgClassName
{
background-color: #3A878A;
}
</style>
border-color css
<style>
span { border-color: #3A878A; }
span { border-color: rgb(58,135,138); }
td.TdClassName
{
border-color: #3A878A;
}
.TagClassName
{
border-color: #3A878A;
}
</style>