Shades of Blue Chill #3C9194
Tints of Blue Chill #3C9194
RGB
CMYK
RGB Variations
Color information
#3C9194 (or 0x3C9194) is known color: Blue Chill. HEX triplet: 3C, 91 and 94. RGB value is (60,145,148). Sum of RGB (Red+Green+Blue) = 60+145+148=353 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.00% from 353); Green value is 145 (57.03% from 255 or 41.08% from 353); Blue value is 148 (58.20% from 255 or 41.93% from 353); Max value from RGB is 148 - color contains mainly: blue. Hex color #3C9194 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C9194 is #C36E6B. Grayscale: #777777. Windows color (decimal): -12807788 or 9736508. OLE color: 9736508.
HSL color Cylindrical-coordinate representation of color #3C9194: hue angle of 182.05º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C9194 is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 60 | 145 | 148 | - |
| CMYK | 0.59 | 0.02 | 0 | 0.42 |
| HSL | 182.05º | 0.42% | 0.41% | - |
| HSV(B) | 182.05º | 0.59% | 0.58% | - |
| XYZ | 17.33 | 23.35 | 31.61 | - |
| YUV | 119.93 | 143.84 | 85.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 145 | 148 | 0.59 | 0.02 | 0 | 0.42 | 182.05 | 0.42 | 0.41 |
| Hex | 3C | 91 | 94 | 3B | 2 | 0 | 2A | B6 | 2A | 29 |
| Octal | 74 | 221 | 224 | 73 | 2 | 0 | 52 | 266 | 52 | 51 |
| Binary | 111100 | 10010001 | 10010100 | 111011 | 10 | 0 | 101010 | 10110110 | 101010 | 101001 |
Color Harmonies of #3C9194
Complementary color
Monochromatic Colors of #3C9194
Black with #3C9194
Text Example
Text Example
White with #3C9194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C9194; }
p { color: rgb(60,145,148); }
H1.HeaderClassName
{
color: #3C9194;
}
.AnyTagClassName
{
color: #3C9194;
}
</style>
background-color css
<style>
a { background-color: #3C9194; }
a { background-color: rgb(60,145,148); }
div.DivClassName
{
background-color: #3C9194;
}
.BgClassName
{
background-color: #3C9194;
}
</style>
border-color css
<style>
span { border-color: #3C9194; }
span { border-color: rgb(60,145,148); }
td.TdClassName
{
border-color: #3C9194;
}
.TagClassName
{
border-color: #3C9194;
}
</style>