Shades of Blue Chill #3A868B
Tints of Blue Chill #3A868B
RGB
CMYK
RGB Variations
Color information
#3A868B (or 0x3A868B) is known color: Blue Chill. HEX triplet: 3A, 86 and 8B. RGB value is (58,134,139). Sum of RGB (Red+Green+Blue) = 58+134+139=331 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.52% from 331); Green value is 134 (52.73% from 255 or 40.48% from 331); Blue value is 139 (54.69% from 255 or 41.99% from 331); Max value from RGB is 139 - color contains mainly: blue. Hex color #3A868B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A868B is #C57974. Grayscale: #6F6F6F. Windows color (decimal): -12941685 or 9143866. OLE color: 9143866.
HSL color Cylindrical-coordinate representation of color #3A868B: hue angle of 183.7º 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 #3A868B is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 58 | 134 | 139 | - |
| CMYK | 0.58 | 0.04 | 0 | 0.45 |
| HSL | 183.7º | 0.41% | 0.39% | - |
| HSV(B) | 183.7º | 0.58% | 0.55% | - |
| XYZ | 14.93 | 19.81 | 27.46 | - |
| YUV | 111.85 | 143.32 | 89.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 134 | 139 | 0.58 | 0.04 | 0 | 0.45 | 183.7 | 0.41 | 0.39 |
| Hex | 3A | 86 | 8B | 3A | 4 | 0 | 2D | B8 | 29 | 27 |
| Octal | 72 | 206 | 213 | 72 | 4 | 0 | 55 | 270 | 51 | 47 |
| Binary | 111010 | 10000110 | 10001011 | 111010 | 100 | 0 | 101101 | 10111000 | 101001 | 100111 |
Color Harmonies of #3A868B
Complementary color
Monochromatic Colors of #3A868B
Black with #3A868B
Text Example
Text Example
White with #3A868B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A868B; }
p { color: rgb(58,134,139); }
H1.HeaderClassName
{
color: #3A868B;
}
.AnyTagClassName
{
color: #3A868B;
}
</style>
background-color css
<style>
a { background-color: #3A868B; }
a { background-color: rgb(58,134,139); }
div.DivClassName
{
background-color: #3A868B;
}
.BgClassName
{
background-color: #3A868B;
}
</style>
border-color css
<style>
span { border-color: #3A868B; }
span { border-color: rgb(58,134,139); }
td.TdClassName
{
border-color: #3A868B;
}
.TagClassName
{
border-color: #3A868B;
}
</style>