Shades of Blue Chill #3A8A88
Tints of Blue Chill #3A8A88
RGB
CMYK
RGB Variations
Color information
#3A8A88 (or 0x3A8A88) is known color: Blue Chill. HEX triplet: 3A, 8A and 88. RGB value is (58,138,136). Sum of RGB (Red+Green+Blue) = 58+138+136=332 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.47% from 332); Green value is 138 (54.30% from 255 or 41.57% from 332); Blue value is 136 (53.52% from 255 or 40.96% from 332); Max value from RGB is 138 - color contains mainly: green. Hex color #3A8A88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A8A88 is #C57577. Grayscale: #717171. Windows color (decimal): -12940664 or 8948282. OLE color: 8948282.
HSL color Cylindrical-coordinate representation of color #3A8A88: hue angle of 178.5º 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 #3A8A88 is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 58 | 138 | 136 | - |
| CMYK | 0.58 | 0 | 0.01 | 0.46 |
| HSL | 178.5º | 0.41% | 0.38% | - |
| HSV(B) | 178.5º | 0.58% | 0.54% | - |
| XYZ | 15.28 | 20.85 | 26.51 | - |
| YUV | 113.85 | 140.5 | 88.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 138 | 136 | 0.58 | 0 | 0.01 | 0.46 | 178.5 | 0.41 | 0.38 |
| Hex | 3A | 8A | 88 | 3A | 0 | 1 | 2E | B2 | 29 | 26 |
| Octal | 72 | 212 | 210 | 72 | 0 | 1 | 56 | 262 | 51 | 46 |
| Binary | 111010 | 10001010 | 10001000 | 111010 | 0 | 1 | 101110 | 10110010 | 101001 | 100110 |
Color Harmonies of #3A8A88
Complementary color
Monochromatic Colors of #3A8A88
Black with #3A8A88
Text Example
Text Example
White with #3A8A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8A88; }
p { color: rgb(58,138,136); }
H1.HeaderClassName
{
color: #3A8A88;
}
.AnyTagClassName
{
color: #3A8A88;
}
</style>
background-color css
<style>
a { background-color: #3A8A88; }
a { background-color: rgb(58,138,136); }
div.DivClassName
{
background-color: #3A8A88;
}
.BgClassName
{
background-color: #3A8A88;
}
</style>
border-color css
<style>
span { border-color: #3A8A88; }
span { border-color: rgb(58,138,136); }
td.TdClassName
{
border-color: #3A8A88;
}
.TagClassName
{
border-color: #3A8A88;
}
</style>