Shades of Blue Chill #3C8A88
Tints of Blue Chill #3C8A88
RGB
CMYK
RGB Variations
Color information
#3C8A88 (or 0x3C8A88) is known color: Blue Chill. HEX triplet: 3C, 8A and 88. RGB value is (60,138,136). Sum of RGB (Red+Green+Blue) = 60+138+136=334 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.96% from 334); Green value is 138 (54.30% from 255 or 41.32% from 334); Blue value is 136 (53.52% from 255 or 40.72% from 334); Max value from RGB is 138 - color contains mainly: green. Hex color #3C8A88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C8A88 is #C37577. Grayscale: #727272. Windows color (decimal): -12809592 or 8948284. OLE color: 8948284.
HSL color Cylindrical-coordinate representation of color #3C8A88: hue angle of 178.46º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C8A88 is Cyan = 0.57, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 60 | 138 | 136 | - |
| CMYK | 0.57 | 0 | 0.01 | 0.46 |
| HSL | 178.46º | 0.39% | 0.39% | - |
| HSV(B) | 178.46º | 0.57% | 0.54% | - |
| XYZ | 15.4 | 20.92 | 26.52 | - |
| YUV | 114.45 | 140.16 | 89.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 138 | 136 | 0.57 | 0 | 0.01 | 0.46 | 178.46 | 0.39 | 0.39 |
| Hex | 3C | 8A | 88 | 39 | 0 | 1 | 2E | B2 | 27 | 27 |
| Octal | 74 | 212 | 210 | 71 | 0 | 1 | 56 | 262 | 47 | 47 |
| Binary | 111100 | 10001010 | 10001000 | 111001 | 0 | 1 | 101110 | 10110010 | 100111 | 100111 |
Color Harmonies of #3C8A88
Complementary color
Monochromatic Colors of #3C8A88
Black with #3C8A88
Text Example
Text Example
White with #3C8A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8A88; }
p { color: rgb(60,138,136); }
H1.HeaderClassName
{
color: #3C8A88;
}
.AnyTagClassName
{
color: #3C8A88;
}
</style>
background-color css
<style>
a { background-color: #3C8A88; }
a { background-color: rgb(60,138,136); }
div.DivClassName
{
background-color: #3C8A88;
}
.BgClassName
{
background-color: #3C8A88;
}
</style>
border-color css
<style>
span { border-color: #3C8A88; }
span { border-color: rgb(60,138,136); }
td.TdClassName
{
border-color: #3C8A88;
}
.TagClassName
{
border-color: #3C8A88;
}
</style>