Shades of Blue Chill #369196
Tints of Blue Chill #369196
RGB
CMYK
RGB Variations
Color information
#369196 (or 0x369196) is known color: Blue Chill. HEX triplet: 36, 91 and 96. RGB value is (54,145,150). Sum of RGB (Red+Green+Blue) = 54+145+150=349 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.47% from 349); Green value is 145 (57.03% from 255 or 41.55% from 349); Blue value is 150 (58.98% from 255 or 42.98% from 349); Max value from RGB is 150 - color contains mainly: blue. Hex color #369196 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369196 is #C96E69. Grayscale: #767676. Windows color (decimal): -13201002 or 9867574. OLE color: 9867574.
HSL color Cylindrical-coordinate representation of color #369196: hue angle of 183.12º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #369196 is Cyan = 0.64, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 54 | 145 | 150 | - |
| CMYK | 0.64 | 0.03 | 0 | 0.41 |
| HSL | 183.13º | 0.47% | 0.4% | - |
| HSV(B) | 183.13º | 0.64% | 0.59% | - |
| XYZ | 17.15 | 23.24 | 32.44 | - |
| YUV | 118.36 | 145.85 | 82.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 145 | 150 | 0.64 | 0.03 | 0 | 0.41 | 183.13 | 0.47 | 0.4 |
| Hex | 36 | 91 | 96 | 40 | 3 | 0 | 29 | B7 | 2F | 28 |
| Octal | 66 | 221 | 226 | 100 | 3 | 0 | 51 | 267 | 57 | 50 |
| Binary | 110110 | 10010001 | 10010110 | 1000000 | 11 | 0 | 101001 | 10110111 | 101111 | 101000 |
Color Harmonies of #369196
Complementary color
Monochromatic Colors of #369196
Black with #369196
Text Example
Text Example
White with #369196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369196; }
p { color: rgb(54,145,150); }
H1.HeaderClassName
{
color: #369196;
}
.AnyTagClassName
{
color: #369196;
}
</style>
background-color css
<style>
a { background-color: #369196; }
a { background-color: rgb(54,145,150); }
div.DivClassName
{
background-color: #369196;
}
.BgClassName
{
background-color: #369196;
}
</style>
border-color css
<style>
span { border-color: #369196; }
span { border-color: rgb(54,145,150); }
td.TdClassName
{
border-color: #369196;
}
.TagClassName
{
border-color: #369196;
}
</style>