Shades of Scooter #318DAA
Tints of Scooter #318DAA
RGB
CMYK
RGB Variations
Color information
#318DAA (or 0x318DAA) is known color: Scooter. HEX triplet: 31, 8D and AA. RGB value is (49,141,170). Sum of RGB (Red+Green+Blue) = 49+141+170=360 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.61% from 360); Green value is 141 (55.47% from 255 or 39.17% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 170 - color contains mainly: blue. Hex color #318DAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318DAA is #CE7255. Grayscale: #747474. Windows color (decimal): -13529686 or 11177265. OLE color: 11177265.
HSL color Cylindrical-coordinate representation of color #318DAA: hue angle of 194.38º 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 #318DAA is Cyan = 0.71, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 141 | 170 | - |
| CMYK | 0.71 | 0.17 | 0 | 0.33 |
| HSL | 194.38º | 0.55% | 0.43% | - |
| HSV(B) | 194.38º | 0.71% | 0.67% | - |
| XYZ | 18.05 | 22.61 | 41.44 | - |
| YUV | 116.8 | 158.02 | 79.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 141 | 170 | 0.71 | 0.17 | 0 | 0.33 | 194.38 | 0.55 | 0.43 |
| Hex | 31 | 8D | AA | 47 | 11 | 0 | 21 | C2 | 37 | 2B |
| Octal | 61 | 215 | 252 | 107 | 21 | 0 | 41 | 302 | 67 | 53 |
| Binary | 110001 | 10001101 | 10101010 | 1000111 | 10001 | 0 | 100001 | 11000010 | 110111 | 101011 |
Color Harmonies of #318DAA
Complementary color
Monochromatic Colors of #318DAA
Black with #318DAA
Text Example
Text Example
White with #318DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318DAA; }
p { color: rgb(49,141,170); }
H1.HeaderClassName
{
color: #318DAA;
}
.AnyTagClassName
{
color: #318DAA;
}
</style>
background-color css
<style>
a { background-color: #318DAA; }
a { background-color: rgb(49,141,170); }
div.DivClassName
{
background-color: #318DAA;
}
.BgClassName
{
background-color: #318DAA;
}
</style>
border-color css
<style>
span { border-color: #318DAA; }
span { border-color: rgb(49,141,170); }
td.TdClassName
{
border-color: #318DAA;
}
.TagClassName
{
border-color: #318DAA;
}
</style>