Shades of Blue Chill #3A888C
Tints of Blue Chill #3A888C
RGB
CMYK
RGB Variations
Color information
#3A888C (or 0x3A888C) is known color: Blue Chill. HEX triplet: 3A, 88 and 8C. RGB value is (58,136,140). Sum of RGB (Red+Green+Blue) = 58+136+140=334 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.37% from 334); Green value is 136 (53.52% from 255 or 40.72% from 334); Blue value is 140 (55.08% from 255 or 41.92% from 334); Max value from RGB is 140 - color contains mainly: blue. Hex color #3A888C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A888C is #C57773. Grayscale: #717171. Windows color (decimal): -12941172 or 9209914. OLE color: 9209914.
HSL color Cylindrical-coordinate representation of color #3A888C: hue angle of 182.93º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A888C is Cyan = 0.59, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 58 | 136 | 140 | - |
| CMYK | 0.59 | 0.03 | 0 | 0.45 |
| HSL | 182.93º | 0.41% | 0.39% | - |
| HSV(B) | 182.93º | 0.59% | 0.55% | - |
| XYZ | 15.28 | 20.4 | 27.94 | - |
| YUV | 113.13 | 143.16 | 88.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 136 | 140 | 0.59 | 0.03 | 0 | 0.45 | 182.93 | 0.41 | 0.39 |
| Hex | 3A | 88 | 8C | 3B | 3 | 0 | 2D | B7 | 29 | 27 |
| Octal | 72 | 210 | 214 | 73 | 3 | 0 | 55 | 267 | 51 | 47 |
| Binary | 111010 | 10001000 | 10001100 | 111011 | 11 | 0 | 101101 | 10110111 | 101001 | 100111 |
Color Harmonies of #3A888C
Complementary color
Monochromatic Colors of #3A888C
Black with #3A888C
Text Example
Text Example
White with #3A888C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A888C; }
p { color: rgb(58,136,140); }
H1.HeaderClassName
{
color: #3A888C;
}
.AnyTagClassName
{
color: #3A888C;
}
</style>
background-color css
<style>
a { background-color: #3A888C; }
a { background-color: rgb(58,136,140); }
div.DivClassName
{
background-color: #3A888C;
}
.BgClassName
{
background-color: #3A888C;
}
</style>
border-color css
<style>
span { border-color: #3A888C; }
span { border-color: rgb(58,136,140); }
td.TdClassName
{
border-color: #3A888C;
}
.TagClassName
{
border-color: #3A888C;
}
</style>