Shades of Blue Chill #318A8E
Tints of Blue Chill #318A8E
RGB
CMYK
RGB Variations
Color information
#318A8E (or 0x318A8E) is known color: Blue Chill. HEX triplet: 31, 8A and 8E. RGB value is (49,138,142). Sum of RGB (Red+Green+Blue) = 49+138+142=329 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.89% from 329); Green value is 138 (54.30% from 255 or 41.95% from 329); Blue value is 142 (55.86% from 255 or 43.16% from 329); Max value from RGB is 142 - color contains mainly: blue. Hex color #318A8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318A8E is #CE7571. Grayscale: #6F6F6F. Windows color (decimal): -13530482 or 9341489. OLE color: 9341489.
HSL color Cylindrical-coordinate representation of color #318A8E: hue angle of 182.58º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #318A8E is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 49 | 138 | 142 | - |
| CMYK | 0.65 | 0.03 | 0 | 0.44 |
| HSL | 182.58º | 0.49% | 0.37% | - |
| HSV(B) | 182.58º | 0.65% | 0.56% | - |
| XYZ | 15.24 | 20.78 | 28.8 | - |
| YUV | 111.85 | 145.01 | 83.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 138 | 142 | 0.65 | 0.03 | 0 | 0.44 | 182.58 | 0.49 | 0.37 |
| Hex | 31 | 8A | 8E | 41 | 3 | 0 | 2C | B7 | 31 | 25 |
| Octal | 61 | 212 | 216 | 101 | 3 | 0 | 54 | 267 | 61 | 45 |
| Binary | 110001 | 10001010 | 10001110 | 1000001 | 11 | 0 | 101100 | 10110111 | 110001 | 100101 |
Color Harmonies of #318A8E
Complementary color
Monochromatic Colors of #318A8E
Black with #318A8E
Text Example
Text Example
White with #318A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318A8E; }
p { color: rgb(49,138,142); }
H1.HeaderClassName
{
color: #318A8E;
}
.AnyTagClassName
{
color: #318A8E;
}
</style>
background-color css
<style>
a { background-color: #318A8E; }
a { background-color: rgb(49,138,142); }
div.DivClassName
{
background-color: #318A8E;
}
.BgClassName
{
background-color: #318A8E;
}
</style>
border-color css
<style>
span { border-color: #318A8E; }
span { border-color: rgb(49,138,142); }
td.TdClassName
{
border-color: #318A8E;
}
.TagClassName
{
border-color: #318A8E;
}
</style>