Shades of Blue Chill #3C8789
Tints of Blue Chill #3C8789
RGB
CMYK
RGB Variations
Color information
#3C8789 (or 0x3C8789) is known color: Blue Chill. HEX triplet: 3C, 87 and 89. RGB value is (60,135,137). Sum of RGB (Red+Green+Blue) = 60+135+137=332 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.07% from 332); Green value is 135 (53.12% from 255 or 40.66% from 332); Blue value is 137 (53.91% from 255 or 41.27% from 332); Max value from RGB is 137 - color contains mainly: blue. Hex color #3C8789 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C8789 is #C37876. Grayscale: #707070. Windows color (decimal): -12810359 or 9013052. OLE color: 9013052.
HSL color Cylindrical-coordinate representation of color #3C8789: hue angle of 181.56º 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 #3C8789 is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 60 | 135 | 137 | - |
| CMYK | 0.56 | 0.01 | 0 | 0.46 |
| HSL | 181.56º | 0.39% | 0.39% | - |
| HSV(B) | 181.56º | 0.56% | 0.54% | - |
| XYZ | 15.04 | 20.09 | 26.75 | - |
| YUV | 112.8 | 141.65 | 90.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 135 | 137 | 0.56 | 0.01 | 0 | 0.46 | 181.56 | 0.39 | 0.39 |
| Hex | 3C | 87 | 89 | 38 | 1 | 0 | 2E | B6 | 27 | 27 |
| Octal | 74 | 207 | 211 | 70 | 1 | 0 | 56 | 266 | 47 | 47 |
| Binary | 111100 | 10000111 | 10001001 | 111000 | 1 | 0 | 101110 | 10110110 | 100111 | 100111 |
Color Harmonies of #3C8789
Complementary color
Monochromatic Colors of #3C8789
Black with #3C8789
Text Example
Text Example
White with #3C8789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8789; }
p { color: rgb(60,135,137); }
H1.HeaderClassName
{
color: #3C8789;
}
.AnyTagClassName
{
color: #3C8789;
}
</style>
background-color css
<style>
a { background-color: #3C8789; }
a { background-color: rgb(60,135,137); }
div.DivClassName
{
background-color: #3C8789;
}
.BgClassName
{
background-color: #3C8789;
}
</style>
border-color css
<style>
span { border-color: #3C8789; }
span { border-color: rgb(60,135,137); }
td.TdClassName
{
border-color: #3C8789;
}
.TagClassName
{
border-color: #3C8789;
}
</style>