Shades of Scooter #318CAE
Tints of Scooter #318CAE
RGB
CMYK
RGB Variations
Color information
#318CAE (or 0x318CAE) is known color: Scooter. HEX triplet: 31, 8C and AE. RGB value is (49,140,174). Sum of RGB (Red+Green+Blue) = 49+140+174=363 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.50% from 363); Green value is 140 (55.08% from 255 or 38.57% from 363); Blue value is 174 (68.36% from 255 or 47.93% from 363); Max value from RGB is 174 - color contains mainly: blue. Hex color #318CAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318CAE is #CE7351. Grayscale: #747474. Windows color (decimal): -13529938 or 11439153. OLE color: 11439153.
HSL color Cylindrical-coordinate representation of color #318CAE: hue angle of 196.32º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #318CAE is Cyan = 0.72, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 49 | 140 | 174 | - |
| CMYK | 0.72 | 0.20 | 0 | 0.32 |
| HSL | 196.32º | 0.56% | 0.44% | - |
| HSV(B) | 196.32º | 0.72% | 0.68% | - |
| XYZ | 18.28 | 22.47 | 43.42 | - |
| YUV | 116.67 | 160.35 | 79.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 140 | 174 | 0.72 | 0.20 | 0 | 0.32 | 196.32 | 0.56 | 0.44 |
| Hex | 31 | 8C | AE | 48 | 14 | 0 | 20 | C4 | 38 | 2C |
| Octal | 61 | 214 | 256 | 110 | 24 | 0 | 40 | 304 | 70 | 54 |
| Binary | 110001 | 10001100 | 10101110 | 1001000 | 10100 | 0 | 100000 | 11000100 | 111000 | 101100 |
Color Harmonies of #318CAE
Complementary color
Monochromatic Colors of #318CAE
Black with #318CAE
Text Example
Text Example
White with #318CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318CAE; }
p { color: rgb(49,140,174); }
H1.HeaderClassName
{
color: #318CAE;
}
.AnyTagClassName
{
color: #318CAE;
}
</style>
background-color css
<style>
a { background-color: #318CAE; }
a { background-color: rgb(49,140,174); }
div.DivClassName
{
background-color: #318CAE;
}
.BgClassName
{
background-color: #318CAE;
}
</style>
border-color css
<style>
span { border-color: #318CAE; }
span { border-color: rgb(49,140,174); }
td.TdClassName
{
border-color: #318CAE;
}
.TagClassName
{
border-color: #318CAE;
}
</style>