Shades of Blue Chill #3C8889
Tints of Blue Chill #3C8889
RGB
CMYK
RGB Variations
Color information
#3C8889 (or 0x3C8889) is known color: Blue Chill. HEX triplet: 3C, 88 and 89. RGB value is (60,136,137). Sum of RGB (Red+Green+Blue) = 60+136+137=333 (44% of max value = 765). Red value is 60 (23.83% from 255 or 18.02% from 333); Green value is 136 (53.52% from 255 or 40.84% from 333); Blue value is 137 (53.91% from 255 or 41.14% from 333); Max value from RGB is 137 - color contains mainly: blue. Hex color #3C8889 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C8889 is #C37776. Grayscale: #717171. Windows color (decimal): -12810103 or 9013308. OLE color: 9013308.
HSL color Cylindrical-coordinate representation of color #3C8889: hue angle of 180.78º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C8889 is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 60 | 136 | 137 | - |
| CMYK | 0.56 | 0.01 | 0 | 0.46 |
| HSL | 180.78º | 0.39% | 0.39% | - |
| HSV(B) | 180.78º | 0.56% | 0.54% | - |
| XYZ | 15.18 | 20.38 | 26.8 | - |
| YUV | 113.39 | 141.32 | 89.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 136 | 137 | 0.56 | 0.01 | 0 | 0.46 | 180.78 | 0.39 | 0.39 |
| Hex | 3C | 88 | 89 | 38 | 1 | 0 | 2E | B5 | 27 | 27 |
| Octal | 74 | 210 | 211 | 70 | 1 | 0 | 56 | 265 | 47 | 47 |
| Binary | 111100 | 10001000 | 10001001 | 111000 | 1 | 0 | 101110 | 10110101 | 100111 | 100111 |
Color Harmonies of #3C8889
Complementary color
Monochromatic Colors of #3C8889
Black with #3C8889
Text Example
Text Example
White with #3C8889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8889; }
p { color: rgb(60,136,137); }
H1.HeaderClassName
{
color: #3C8889;
}
.AnyTagClassName
{
color: #3C8889;
}
</style>
background-color css
<style>
a { background-color: #3C8889; }
a { background-color: rgb(60,136,137); }
div.DivClassName
{
background-color: #3C8889;
}
.BgClassName
{
background-color: #3C8889;
}
</style>
border-color css
<style>
span { border-color: #3C8889; }
span { border-color: rgb(60,136,137); }
td.TdClassName
{
border-color: #3C8889;
}
.TagClassName
{
border-color: #3C8889;
}
</style>