Shades of Scooter #318FAA
Tints of Scooter #318FAA
RGB
CMYK
RGB Variations
Color information
#318FAA (or 0x318FAA) is known color: Scooter. HEX triplet: 31, 8F and AA. RGB value is (49,143,170). Sum of RGB (Red+Green+Blue) = 49+143+170=362 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.54% from 362); Green value is 143 (56.25% from 255 or 39.50% from 362); Blue value is 170 (66.80% from 255 or 46.96% from 362); Max value from RGB is 170 - color contains mainly: blue. Hex color #318FAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318FAA is #CE7055. Grayscale: #757575. Windows color (decimal): -13529174 or 11177777. OLE color: 11177777.
HSL color Cylindrical-coordinate representation of color #318FAA: hue angle of 193.39º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #318FAA is Cyan = 0.71, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 143 | 170 | - |
| CMYK | 0.71 | 0.16 | 0 | 0.33 |
| HSL | 193.39º | 0.55% | 0.43% | - |
| HSV(B) | 193.39º | 0.71% | 0.67% | - |
| XYZ | 18.34 | 23.2 | 41.54 | - |
| YUV | 117.97 | 157.36 | 78.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 143 | 170 | 0.71 | 0.16 | 0 | 0.33 | 193.39 | 0.55 | 0.43 |
| Hex | 31 | 8F | AA | 47 | 10 | 0 | 21 | C1 | 37 | 2B |
| Octal | 61 | 217 | 252 | 107 | 20 | 0 | 41 | 301 | 67 | 53 |
| Binary | 110001 | 10001111 | 10101010 | 1000111 | 10000 | 0 | 100001 | 11000001 | 110111 | 101011 |
Color Harmonies of #318FAA
Complementary color
Monochromatic Colors of #318FAA
Black with #318FAA
Text Example
Text Example
White with #318FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318FAA; }
p { color: rgb(49,143,170); }
H1.HeaderClassName
{
color: #318FAA;
}
.AnyTagClassName
{
color: #318FAA;
}
</style>
background-color css
<style>
a { background-color: #318FAA; }
a { background-color: rgb(49,143,170); }
div.DivClassName
{
background-color: #318FAA;
}
.BgClassName
{
background-color: #318FAA;
}
</style>
border-color css
<style>
span { border-color: #318FAA; }
span { border-color: rgb(49,143,170); }
td.TdClassName
{
border-color: #318FAA;
}
.TagClassName
{
border-color: #318FAA;
}
</style>