Shades of Blue Chill #36898C
Tints of Blue Chill #36898C
RGB
CMYK
RGB Variations
Color information
#36898C (or 0x36898C) is known color: Blue Chill. HEX triplet: 36, 89 and 8C. RGB value is (54,137,140). Sum of RGB (Red+Green+Blue) = 54+137+140=331 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.31% from 331); Green value is 137 (53.91% from 255 or 41.39% from 331); Blue value is 140 (55.08% from 255 or 42.30% from 331); Max value from RGB is 140 - color contains mainly: blue. Hex color #36898C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36898C is #C97673. Grayscale: #707070. Windows color (decimal): -13203060 or 9210166. OLE color: 9210166.
HSL color Cylindrical-coordinate representation of color #36898C: hue angle of 182.09º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #36898C is Cyan = 0.61, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 54 | 137 | 140 | - |
| CMYK | 0.61 | 0.02 | 0 | 0.45 |
| HSL | 182.09º | 0.44% | 0.38% | - |
| HSV(B) | 182.09º | 0.61% | 0.55% | - |
| XYZ | 15.2 | 20.57 | 27.98 | - |
| YUV | 112.53 | 143.5 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 137 | 140 | 0.61 | 0.02 | 0 | 0.45 | 182.09 | 0.44 | 0.38 |
| Hex | 36 | 89 | 8C | 3D | 2 | 0 | 2D | B6 | 2C | 26 |
| Octal | 66 | 211 | 214 | 75 | 2 | 0 | 55 | 266 | 54 | 46 |
| Binary | 110110 | 10001001 | 10001100 | 111101 | 10 | 0 | 101101 | 10110110 | 101100 | 100110 |
Color Harmonies of #36898C
Complementary color
Monochromatic Colors of #36898C
Black with #36898C
Text Example
Text Example
White with #36898C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36898C; }
p { color: rgb(54,137,140); }
H1.HeaderClassName
{
color: #36898C;
}
.AnyTagClassName
{
color: #36898C;
}
</style>
background-color css
<style>
a { background-color: #36898C; }
a { background-color: rgb(54,137,140); }
div.DivClassName
{
background-color: #36898C;
}
.BgClassName
{
background-color: #36898C;
}
</style>
border-color css
<style>
span { border-color: #36898C; }
span { border-color: rgb(54,137,140); }
td.TdClassName
{
border-color: #36898C;
}
.TagClassName
{
border-color: #36898C;
}
</style>