Shades of Blue Chill #3C8F92
Tints of Blue Chill #3C8F92
RGB
CMYK
RGB Variations
Color information
#3C8F92 (or 0x3C8F92) is known color: Blue Chill. HEX triplet: 3C, 8F and 92. RGB value is (60,143,146). Sum of RGB (Red+Green+Blue) = 60+143+146=349 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.19% from 349); Green value is 143 (56.25% from 255 or 40.97% from 349); Blue value is 146 (57.42% from 255 or 41.83% from 349); Max value from RGB is 146 - color contains mainly: blue. Hex color #3C8F92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C8F92 is #C3706D. Grayscale: #767676. Windows color (decimal): -12808302 or 9604924. OLE color: 9604924.
HSL color Cylindrical-coordinate representation of color #3C8F92: hue angle of 182.09º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C8F92 is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 60 | 143 | 146 | - |
| CMYK | 0.59 | 0.02 | 0 | 0.43 |
| HSL | 182.09º | 0.42% | 0.4% | - |
| HSV(B) | 182.09º | 0.59% | 0.57% | - |
| XYZ | 16.87 | 22.68 | 30.68 | - |
| YUV | 118.53 | 143.5 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 143 | 146 | 0.59 | 0.02 | 0 | 0.43 | 182.09 | 0.42 | 0.4 |
| Hex | 3C | 8F | 92 | 3B | 2 | 0 | 2B | B6 | 2A | 28 |
| Octal | 74 | 217 | 222 | 73 | 2 | 0 | 53 | 266 | 52 | 50 |
| Binary | 111100 | 10001111 | 10010010 | 111011 | 10 | 0 | 101011 | 10110110 | 101010 | 101000 |
Color Harmonies of #3C8F92
Complementary color
Monochromatic Colors of #3C8F92
Black with #3C8F92
Text Example
Text Example
White with #3C8F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8F92; }
p { color: rgb(60,143,146); }
H1.HeaderClassName
{
color: #3C8F92;
}
.AnyTagClassName
{
color: #3C8F92;
}
</style>
background-color css
<style>
a { background-color: #3C8F92; }
a { background-color: rgb(60,143,146); }
div.DivClassName
{
background-color: #3C8F92;
}
.BgClassName
{
background-color: #3C8F92;
}
</style>
border-color css
<style>
span { border-color: #3C8F92; }
span { border-color: rgb(60,143,146); }
td.TdClassName
{
border-color: #3C8F92;
}
.TagClassName
{
border-color: #3C8F92;
}
</style>