Shades of Blue Chill #318F91
Tints of Blue Chill #318F91
RGB
CMYK
RGB Variations
Color information
#318F91 (or 0x318F91) is known color: Blue Chill. HEX triplet: 31, 8F and 91. RGB value is (49,143,145). Sum of RGB (Red+Green+Blue) = 49+143+145=337 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.54% from 337); Green value is 143 (56.25% from 255 or 42.43% from 337); Blue value is 145 (57.03% from 255 or 43.03% from 337); Max value from RGB is 145 - color contains mainly: blue. Hex color #318F91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318F91 is #CE706E. Grayscale: #737373. Windows color (decimal): -13529199 or 9539377. OLE color: 9539377.
HSL color Cylindrical-coordinate representation of color #318F91: hue angle of 181.25º degrees, saturation: 0.49, 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 #318F91 is Cyan = 0.66, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 49 | 143 | 145 | - |
| CMYK | 0.66 | 0.01 | 0 | 0.43 |
| HSL | 181.25º | 0.49% | 0.38% | - |
| HSV(B) | 181.25º | 0.66% | 0.57% | - |
| XYZ | 16.2 | 22.34 | 30.25 | - |
| YUV | 115.12 | 144.86 | 80.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 143 | 145 | 0.66 | 0.01 | 0 | 0.43 | 181.25 | 0.49 | 0.38 |
| Hex | 31 | 8F | 91 | 42 | 1 | 0 | 2B | B5 | 31 | 26 |
| Octal | 61 | 217 | 221 | 102 | 1 | 0 | 53 | 265 | 61 | 46 |
| Binary | 110001 | 10001111 | 10010001 | 1000010 | 1 | 0 | 101011 | 10110101 | 110001 | 100110 |
Color Harmonies of #318F91
Complementary color
Monochromatic Colors of #318F91
Black with #318F91
Text Example
Text Example
White with #318F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318F91; }
p { color: rgb(49,143,145); }
H1.HeaderClassName
{
color: #318F91;
}
.AnyTagClassName
{
color: #318F91;
}
</style>
background-color css
<style>
a { background-color: #318F91; }
a { background-color: rgb(49,143,145); }
div.DivClassName
{
background-color: #318F91;
}
.BgClassName
{
background-color: #318F91;
}
</style>
border-color css
<style>
span { border-color: #318F91; }
span { border-color: rgb(49,143,145); }
td.TdClassName
{
border-color: #318F91;
}
.TagClassName
{
border-color: #318F91;
}
</style>