Shades of Blue Chill #318C8F
Tints of Blue Chill #318C8F
RGB
CMYK
RGB Variations
Color information
#318C8F (or 0x318C8F) is known color: Blue Chill. HEX triplet: 31, 8C and 8F. RGB value is (49,140,143). Sum of RGB (Red+Green+Blue) = 49+140+143=332 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.76% from 332); Green value is 140 (55.08% from 255 or 42.17% from 332); Blue value is 143 (56.25% from 255 or 43.07% from 332); Max value from RGB is 143 - color contains mainly: blue. Hex color #318C8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318C8F is #CE7370. Grayscale: #717171. Windows color (decimal): -13529969 or 9407537. OLE color: 9407537.
HSL color Cylindrical-coordinate representation of color #318C8F: hue angle of 181.91º 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 #318C8F is Cyan = 0.66, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 49 | 140 | 143 | - |
| CMYK | 0.66 | 0.02 | 0 | 0.44 |
| HSL | 181.91º | 0.49% | 0.38% | - |
| HSV(B) | 181.91º | 0.66% | 0.56% | - |
| XYZ | 15.6 | 21.39 | 29.29 | - |
| YUV | 113.13 | 144.85 | 82.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 140 | 143 | 0.66 | 0.02 | 0 | 0.44 | 181.91 | 0.49 | 0.38 |
| Hex | 31 | 8C | 8F | 42 | 2 | 0 | 2C | B6 | 31 | 26 |
| Octal | 61 | 214 | 217 | 102 | 2 | 0 | 54 | 266 | 61 | 46 |
| Binary | 110001 | 10001100 | 10001111 | 1000010 | 10 | 0 | 101100 | 10110110 | 110001 | 100110 |
Color Harmonies of #318C8F
Complementary color
Monochromatic Colors of #318C8F
Black with #318C8F
Text Example
Text Example
White with #318C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318C8F; }
p { color: rgb(49,140,143); }
H1.HeaderClassName
{
color: #318C8F;
}
.AnyTagClassName
{
color: #318C8F;
}
</style>
background-color css
<style>
a { background-color: #318C8F; }
a { background-color: rgb(49,140,143); }
div.DivClassName
{
background-color: #318C8F;
}
.BgClassName
{
background-color: #318C8F;
}
</style>
border-color css
<style>
span { border-color: #318C8F; }
span { border-color: rgb(49,140,143); }
td.TdClassName
{
border-color: #318C8F;
}
.TagClassName
{
border-color: #318C8F;
}
</style>