Shades of Blue Chill #3A9199
Tints of Blue Chill #3A9199
RGB
CMYK
RGB Variations
Color information
#3A9199 (or 0x3A9199) is known color: Blue Chill. HEX triplet: 3A, 91 and 99. RGB value is (58,145,153). Sum of RGB (Red+Green+Blue) = 58+145+153=356 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.29% from 356); Green value is 145 (57.03% from 255 or 40.73% from 356); Blue value is 153 (60.16% from 255 or 42.98% from 356); Max value from RGB is 153 - color contains mainly: blue. Hex color #3A9199 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A9199 is #C56E66. Grayscale: #777777. Windows color (decimal): -12938855 or 10064186. OLE color: 10064186.
HSL color Cylindrical-coordinate representation of color #3A9199: hue angle of 185.05º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A9199 is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 58 | 145 | 153 | - |
| CMYK | 0.62 | 0.05 | 0 | 0.4 |
| HSL | 185.05º | 0.45% | 0.41% | - |
| HSV(B) | 185.05º | 0.62% | 0.6% | - |
| XYZ | 17.62 | 23.45 | 33.73 | - |
| YUV | 119.9 | 146.68 | 83.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 145 | 153 | 0.62 | 0.05 | 0 | 0.4 | 185.05 | 0.45 | 0.41 |
| Hex | 3A | 91 | 99 | 3E | 5 | 0 | 28 | B9 | 2D | 29 |
| Octal | 72 | 221 | 231 | 76 | 5 | 0 | 50 | 271 | 55 | 51 |
| Binary | 111010 | 10010001 | 10011001 | 111110 | 101 | 0 | 101000 | 10111001 | 101101 | 101001 |
Color Harmonies of #3A9199
Complementary color
Monochromatic Colors of #3A9199
Black with #3A9199
Text Example
Text Example
White with #3A9199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9199; }
p { color: rgb(58,145,153); }
H1.HeaderClassName
{
color: #3A9199;
}
.AnyTagClassName
{
color: #3A9199;
}
</style>
background-color css
<style>
a { background-color: #3A9199; }
a { background-color: rgb(58,145,153); }
div.DivClassName
{
background-color: #3A9199;
}
.BgClassName
{
background-color: #3A9199;
}
</style>
border-color css
<style>
span { border-color: #3A9199; }
span { border-color: rgb(58,145,153); }
td.TdClassName
{
border-color: #3A9199;
}
.TagClassName
{
border-color: #3A9199;
}
</style>