Shades of Blue Chill #3A868A
Tints of Blue Chill #3A868A
RGB
CMYK
RGB Variations
Color information
#3A868A (or 0x3A868A) is known color: Blue Chill. HEX triplet: 3A, 86 and 8A. RGB value is (58,134,138). Sum of RGB (Red+Green+Blue) = 58+134+138=330 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.58% from 330); Green value is 134 (52.73% from 255 or 40.61% from 330); Blue value is 138 (54.30% from 255 or 41.82% from 330); Max value from RGB is 138 - color contains mainly: blue. Hex color #3A868A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A868A is #C57975. Grayscale: #6F6F6F. Windows color (decimal): -12941686 or 9078330. OLE color: 9078330.
HSL color Cylindrical-coordinate representation of color #3A868A: hue angle of 183º 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 #3A868A is Cyan = 0.58, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 58 | 134 | 138 | - |
| CMYK | 0.58 | 0.03 | 0 | 0.46 |
| HSL | 183º | 0.41% | 0.38% | - |
| HSV(B) | 183º | 0.58% | 0.54% | - |
| XYZ | 14.86 | 19.78 | 27.08 | - |
| YUV | 111.73 | 142.82 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 134 | 138 | 0.58 | 0.03 | 0 | 0.46 | 183 | 0.41 | 0.38 |
| Hex | 3A | 86 | 8A | 3A | 3 | 0 | 2E | B7 | 29 | 26 |
| Octal | 72 | 206 | 212 | 72 | 3 | 0 | 56 | 267 | 51 | 46 |
| Binary | 111010 | 10000110 | 10001010 | 111010 | 11 | 0 | 101110 | 10110111 | 101001 | 100110 |
Color Harmonies of #3A868A
Complementary color
Monochromatic Colors of #3A868A
Black with #3A868A
Text Example
Text Example
White with #3A868A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A868A; }
p { color: rgb(58,134,138); }
H1.HeaderClassName
{
color: #3A868A;
}
.AnyTagClassName
{
color: #3A868A;
}
</style>
background-color css
<style>
a { background-color: #3A868A; }
a { background-color: rgb(58,134,138); }
div.DivClassName
{
background-color: #3A868A;
}
.BgClassName
{
background-color: #3A868A;
}
</style>
border-color css
<style>
span { border-color: #3A868A; }
span { border-color: rgb(58,134,138); }
td.TdClassName
{
border-color: #3A868A;
}
.TagClassName
{
border-color: #3A868A;
}
</style>