Shades of Scooter #318D9F
Tints of Scooter #318D9F
RGB
CMYK
RGB Variations
Color information
#318D9F (or 0x318D9F) is known color: Scooter. HEX triplet: 31, 8D and 9F. RGB value is (49,141,159). Sum of RGB (Red+Green+Blue) = 49+141+159=349 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14.04% from 349); Green value is 141 (55.47% from 255 or 40.40% from 349); Blue value is 159 (62.5% from 255 or 45.56% from 349); Max value from RGB is 159 - color contains mainly: blue. Hex color #318D9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318D9F is #CE7260. Grayscale: #737373. Windows color (decimal): -13529697 or 10456369. OLE color: 10456369.
HSL color Cylindrical-coordinate representation of color #318D9F: hue angle of 189.82º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #318D9F is Cyan = 0.69, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 49 | 141 | 159 | - |
| CMYK | 0.69 | 0.11 | 0 | 0.38 |
| HSL | 189.82º | 0.53% | 0.41% | - |
| HSV(B) | 189.82º | 0.69% | 0.62% | - |
| XYZ | 17.05 | 22.21 | 36.19 | - |
| YUV | 115.54 | 152.52 | 80.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 141 | 159 | 0.69 | 0.11 | 0 | 0.38 | 189.82 | 0.53 | 0.41 |
| Hex | 31 | 8D | 9F | 45 | B | 0 | 26 | BE | 35 | 29 |
| Octal | 61 | 215 | 237 | 105 | 13 | 0 | 46 | 276 | 65 | 51 |
| Binary | 110001 | 10001101 | 10011111 | 1000101 | 1011 | 0 | 100110 | 10111110 | 110101 | 101001 |
Color Harmonies of #318D9F
Complementary color
Monochromatic Colors of #318D9F
Black with #318D9F
Text Example
Text Example
White with #318D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318D9F; }
p { color: rgb(49,141,159); }
H1.HeaderClassName
{
color: #318D9F;
}
.AnyTagClassName
{
color: #318D9F;
}
</style>
background-color css
<style>
a { background-color: #318D9F; }
a { background-color: rgb(49,141,159); }
div.DivClassName
{
background-color: #318D9F;
}
.BgClassName
{
background-color: #318D9F;
}
</style>
border-color css
<style>
span { border-color: #318D9F; }
span { border-color: rgb(49,141,159); }
td.TdClassName
{
border-color: #318D9F;
}
.TagClassName
{
border-color: #318D9F;
}
</style>