Shades of Blue Chill #3C9099
Tints of Blue Chill #3C9099
RGB
CMYK
RGB Variations
Color information
#3C9099 (or 0x3C9099) is known color: Blue Chill. HEX triplet: 3C, 90 and 99. RGB value is (60,144,153). Sum of RGB (Red+Green+Blue) = 60+144+153=357 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.81% from 357); Green value is 144 (56.64% from 255 or 40.34% from 357); Blue value is 153 (60.16% from 255 or 42.86% from 357); Max value from RGB is 153 - color contains mainly: blue. Hex color #3C9099 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C9099 is #C36F66. Grayscale: #777777. Windows color (decimal): -12808039 or 10063932. OLE color: 10063932.
HSL color Cylindrical-coordinate representation of color #3C9099: hue angle of 185.81º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C9099 is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 60 | 144 | 153 | - |
| CMYK | 0.61 | 0.06 | 0 | 0.4 |
| HSL | 185.81º | 0.44% | 0.42% | - |
| HSV(B) | 185.81º | 0.61% | 0.6% | - |
| XYZ | 17.59 | 23.21 | 33.69 | - |
| YUV | 119.91 | 146.67 | 85.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 144 | 153 | 0.61 | 0.06 | 0 | 0.4 | 185.81 | 0.44 | 0.42 |
| Hex | 3C | 90 | 99 | 3D | 6 | 0 | 28 | BA | 2C | 2A |
| Octal | 74 | 220 | 231 | 75 | 6 | 0 | 50 | 272 | 54 | 52 |
| Binary | 111100 | 10010000 | 10011001 | 111101 | 110 | 0 | 101000 | 10111010 | 101100 | 101010 |
Color Harmonies of #3C9099
Complementary color
Monochromatic Colors of #3C9099
Black with #3C9099
Text Example
Text Example
White with #3C9099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C9099; }
p { color: rgb(60,144,153); }
H1.HeaderClassName
{
color: #3C9099;
}
.AnyTagClassName
{
color: #3C9099;
}
</style>
background-color css
<style>
a { background-color: #3C9099; }
a { background-color: rgb(60,144,153); }
div.DivClassName
{
background-color: #3C9099;
}
.BgClassName
{
background-color: #3C9099;
}
</style>
border-color css
<style>
span { border-color: #3C9099; }
span { border-color: rgb(60,144,153); }
td.TdClassName
{
border-color: #3C9099;
}
.TagClassName
{
border-color: #3C9099;
}
</style>