Shades of Scooter #318BAB
Tints of Scooter #318BAB
RGB
CMYK
RGB Variations
Color information
#318BAB (or 0x318BAB) is known color: Scooter. HEX triplet: 31, 8B and AB. RGB value is (49,139,171). Sum of RGB (Red+Green+Blue) = 49+139+171=359 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.65% from 359); Green value is 139 (54.69% from 255 or 38.72% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 171 - color contains mainly: blue. Hex color #318BAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318BAB is #CE7454. Grayscale: #737373. Windows color (decimal): -13530197 or 11242289. OLE color: 11242289.
HSL color Cylindrical-coordinate representation of color #318BAB: hue angle of 195.74º 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 #318BAB is Cyan = 0.71, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 139 | 171 | - |
| CMYK | 0.71 | 0.19 | 0 | 0.33 |
| HSL | 195.74º | 0.55% | 0.43% | - |
| HSV(B) | 195.74º | 0.71% | 0.67% | - |
| XYZ | 17.85 | 22.06 | 41.85 | - |
| YUV | 115.74 | 159.18 | 80.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 139 | 171 | 0.71 | 0.19 | 0 | 0.33 | 195.74 | 0.55 | 0.43 |
| Hex | 31 | 8B | AB | 47 | 13 | 0 | 21 | C4 | 37 | 2B |
| Octal | 61 | 213 | 253 | 107 | 23 | 0 | 41 | 304 | 67 | 53 |
| Binary | 110001 | 10001011 | 10101011 | 1000111 | 10011 | 0 | 100001 | 11000100 | 110111 | 101011 |
Color Harmonies of #318BAB
Complementary color
Monochromatic Colors of #318BAB
Black with #318BAB
Text Example
Text Example
White with #318BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318BAB; }
p { color: rgb(49,139,171); }
H1.HeaderClassName
{
color: #318BAB;
}
.AnyTagClassName
{
color: #318BAB;
}
</style>
background-color css
<style>
a { background-color: #318BAB; }
a { background-color: rgb(49,139,171); }
div.DivClassName
{
background-color: #318BAB;
}
.BgClassName
{
background-color: #318BAB;
}
</style>
border-color css
<style>
span { border-color: #318BAB; }
span { border-color: rgb(49,139,171); }
td.TdClassName
{
border-color: #318BAB;
}
.TagClassName
{
border-color: #318BAB;
}
</style>