Shades of Blue Chill #318E92
Tints of Blue Chill #318E92
RGB
CMYK
RGB Variations
Color information
#318E92 (or 0x318E92) is known color: Blue Chill. HEX triplet: 31, 8E and 92. RGB value is (49,142,146). Sum of RGB (Red+Green+Blue) = 49+142+146=337 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.54% from 337); Green value is 142 (55.86% from 255 or 42.14% from 337); Blue value is 146 (57.42% from 255 or 43.32% from 337); Max value from RGB is 146 - color contains mainly: blue. Hex color #318E92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318E92 is #CE716D. Grayscale: #727272. Windows color (decimal): -13529454 or 9604657. OLE color: 9604657.
HSL color Cylindrical-coordinate representation of color #318E92: hue angle of 182.47º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #318E92 is Cyan = 0.66, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 49 | 142 | 146 | - |
| CMYK | 0.66 | 0.03 | 0 | 0.43 |
| HSL | 182.47º | 0.5% | 0.38% | - |
| HSV(B) | 182.47º | 0.66% | 0.57% | - |
| XYZ | 16.13 | 22.07 | 30.6 | - |
| YUV | 114.65 | 145.69 | 81.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 142 | 146 | 0.66 | 0.03 | 0 | 0.43 | 182.47 | 0.5 | 0.38 |
| Hex | 31 | 8E | 92 | 42 | 3 | 0 | 2B | B6 | 32 | 26 |
| Octal | 61 | 216 | 222 | 102 | 3 | 0 | 53 | 266 | 62 | 46 |
| Binary | 110001 | 10001110 | 10010010 | 1000010 | 11 | 0 | 101011 | 10110110 | 110010 | 100110 |
Color Harmonies of #318E92
Complementary color
Monochromatic Colors of #318E92
Black with #318E92
Text Example
Text Example
White with #318E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318E92; }
p { color: rgb(49,142,146); }
H1.HeaderClassName
{
color: #318E92;
}
.AnyTagClassName
{
color: #318E92;
}
</style>
background-color css
<style>
a { background-color: #318E92; }
a { background-color: rgb(49,142,146); }
div.DivClassName
{
background-color: #318E92;
}
.BgClassName
{
background-color: #318E92;
}
</style>
border-color css
<style>
span { border-color: #318E92; }
span { border-color: rgb(49,142,146); }
td.TdClassName
{
border-color: #318E92;
}
.TagClassName
{
border-color: #318E92;
}
</style>