Shades of Scooter #318E9A
Tints of Scooter #318E9A
RGB
CMYK
RGB Variations
Color information
#318E9A (or 0x318E9A) is known color: Scooter. HEX triplet: 31, 8E and 9A. RGB value is (49,142,154). Sum of RGB (Red+Green+Blue) = 49+142+154=345 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.20% from 345); Green value is 142 (55.86% from 255 or 41.16% from 345); Blue value is 154 (60.55% from 255 or 44.64% from 345); Max value from RGB is 154 - color contains mainly: blue. Hex color #318E9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318E9A is #CE7165. Grayscale: #737373. Windows color (decimal): -13529446 or 10128945. OLE color: 10128945.
HSL color Cylindrical-coordinate representation of color #318E9A: hue angle of 186.86º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #318E9A is Cyan = 0.68, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 49 | 142 | 154 | - |
| CMYK | 0.68 | 0.08 | 0 | 0.40 |
| HSL | 186.86º | 0.52% | 0.4% | - |
| HSV(B) | 186.86º | 0.68% | 0.6% | - |
| XYZ | 16.77 | 22.33 | 34 | - |
| YUV | 115.56 | 149.69 | 80.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 142 | 154 | 0.68 | 0.08 | 0 | 0.40 | 186.86 | 0.52 | 0.4 |
| Hex | 31 | 8E | 9A | 44 | 8 | 0 | 28 | BB | 34 | 28 |
| Octal | 61 | 216 | 232 | 104 | 10 | 0 | 50 | 273 | 64 | 50 |
| Binary | 110001 | 10001110 | 10011010 | 1000100 | 1000 | 0 | 101000 | 10111011 | 110100 | 101000 |
Color Harmonies of #318E9A
Complementary color
Monochromatic Colors of #318E9A
Black with #318E9A
Text Example
Text Example
White with #318E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318E9A; }
p { color: rgb(49,142,154); }
H1.HeaderClassName
{
color: #318E9A;
}
.AnyTagClassName
{
color: #318E9A;
}
</style>
background-color css
<style>
a { background-color: #318E9A; }
a { background-color: rgb(49,142,154); }
div.DivClassName
{
background-color: #318E9A;
}
.BgClassName
{
background-color: #318E9A;
}
</style>
border-color css
<style>
span { border-color: #318E9A; }
span { border-color: rgb(49,142,154); }
td.TdClassName
{
border-color: #318E9A;
}
.TagClassName
{
border-color: #318E9A;
}
</style>