Shades of Scooter #358AA0
Tints of Scooter #358AA0
RGB
CMYK
RGB Variations
Color information
#358AA0 (or 0x358AA0) is known color: Scooter. HEX triplet: 35, 8A and A0. RGB value is (53,138,160). Sum of RGB (Red+Green+Blue) = 53+138+160=351 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.10% from 351); Green value is 138 (54.30% from 255 or 39.32% from 351); Blue value is 160 (62.89% from 255 or 45.58% from 351); Max value from RGB is 160 - color contains mainly: blue. Hex color #358AA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358AA0 is #CA755F. Grayscale: #727272. Windows color (decimal): -13268320 or 10521141. OLE color: 10521141.
HSL color Cylindrical-coordinate representation of color #358AA0: hue angle of 192.34º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #358AA0 is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 53 | 138 | 160 | - |
| CMYK | 0.67 | 0.14 | 0 | 0.37 |
| HSL | 192.34º | 0.5% | 0.42% | - |
| HSV(B) | 192.34º | 0.67% | 0.63% | - |
| XYZ | 16.9 | 21.47 | 36.51 | - |
| YUV | 115.09 | 153.34 | 83.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 138 | 160 | 0.67 | 0.14 | 0 | 0.37 | 192.34 | 0.5 | 0.42 |
| Hex | 35 | 8A | A0 | 43 | E | 0 | 25 | C0 | 32 | 2A |
| Octal | 65 | 212 | 240 | 103 | 16 | 0 | 45 | 300 | 62 | 52 |
| Binary | 110101 | 10001010 | 10100000 | 1000011 | 1110 | 0 | 100101 | 11000000 | 110010 | 101010 |
Color Harmonies of #358AA0
Complementary color
Monochromatic Colors of #358AA0
Black with #358AA0
Text Example
Text Example
White with #358AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358AA0; }
p { color: rgb(53,138,160); }
H1.HeaderClassName
{
color: #358AA0;
}
.AnyTagClassName
{
color: #358AA0;
}
</style>
background-color css
<style>
a { background-color: #358AA0; }
a { background-color: rgb(53,138,160); }
div.DivClassName
{
background-color: #358AA0;
}
.BgClassName
{
background-color: #358AA0;
}
</style>
border-color css
<style>
span { border-color: #358AA0; }
span { border-color: rgb(53,138,160); }
td.TdClassName
{
border-color: #358AA0;
}
.TagClassName
{
border-color: #358AA0;
}
</style>