Shades of Blue Chill #318A8F
Tints of Blue Chill #318A8F
RGB
CMYK
RGB Variations
Color information
#318A8F (or 0x318A8F) is known color: Blue Chill. HEX triplet: 31, 8A and 8F. RGB value is (49,138,143). Sum of RGB (Red+Green+Blue) = 49+138+143=330 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.85% from 330); Green value is 138 (54.30% from 255 or 41.82% from 330); Blue value is 143 (56.25% from 255 or 43.33% from 330); Max value from RGB is 143 - color contains mainly: blue. Hex color #318A8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318A8F is #CE7570. Grayscale: #6F6F6F. Windows color (decimal): -13530481 or 9407025. OLE color: 9407025.
HSL color Cylindrical-coordinate representation of color #318A8F: hue angle of 183.19º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #318A8F is Cyan = 0.66, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 49 | 138 | 143 | - |
| CMYK | 0.66 | 0.03 | 0 | 0.44 |
| HSL | 183.19º | 0.49% | 0.38% | - |
| HSV(B) | 183.19º | 0.66% | 0.56% | - |
| XYZ | 15.31 | 20.81 | 29.2 | - |
| YUV | 111.96 | 145.51 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 138 | 143 | 0.66 | 0.03 | 0 | 0.44 | 183.19 | 0.49 | 0.38 |
| Hex | 31 | 8A | 8F | 42 | 3 | 0 | 2C | B7 | 31 | 26 |
| Octal | 61 | 212 | 217 | 102 | 3 | 0 | 54 | 267 | 61 | 46 |
| Binary | 110001 | 10001010 | 10001111 | 1000010 | 11 | 0 | 101100 | 10110111 | 110001 | 100110 |
Color Harmonies of #318A8F
Complementary color
Monochromatic Colors of #318A8F
Black with #318A8F
Text Example
Text Example
White with #318A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318A8F; }
p { color: rgb(49,138,143); }
H1.HeaderClassName
{
color: #318A8F;
}
.AnyTagClassName
{
color: #318A8F;
}
</style>
background-color css
<style>
a { background-color: #318A8F; }
a { background-color: rgb(49,138,143); }
div.DivClassName
{
background-color: #318A8F;
}
.BgClassName
{
background-color: #318A8F;
}
</style>
border-color css
<style>
span { border-color: #318A8F; }
span { border-color: rgb(49,138,143); }
td.TdClassName
{
border-color: #318A8F;
}
.TagClassName
{
border-color: #318A8F;
}
</style>