Shades of Scooter #358FA9
Tints of Scooter #358FA9
RGB
CMYK
RGB Variations
Color information
#358FA9 (or 0x358FA9) is known color: Scooter. HEX triplet: 35, 8F and A9. RGB value is (53,143,169). Sum of RGB (Red+Green+Blue) = 53+143+169=365 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.52% from 365); Green value is 143 (56.25% from 255 or 39.18% from 365); Blue value is 169 (66.41% from 255 or 46.30% from 365); Max value from RGB is 169 - color contains mainly: blue. Hex color #358FA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358FA9 is #CA7056. Grayscale: #767676. Windows color (decimal): -13267031 or 11112245. OLE color: 11112245.
HSL color Cylindrical-coordinate representation of color #358FA9: hue angle of 193.45º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #358FA9 is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 53 | 143 | 169 | - |
| CMYK | 0.69 | 0.15 | 0 | 0.34 |
| HSL | 193.45º | 0.52% | 0.44% | - |
| HSV(B) | 193.45º | 0.69% | 0.66% | - |
| XYZ | 18.45 | 23.27 | 41.05 | - |
| YUV | 119.05 | 156.18 | 80.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 143 | 169 | 0.69 | 0.15 | 0 | 0.34 | 193.45 | 0.52 | 0.44 |
| Hex | 35 | 8F | A9 | 45 | F | 0 | 22 | C1 | 34 | 2C |
| Octal | 65 | 217 | 251 | 105 | 17 | 0 | 42 | 301 | 64 | 54 |
| Binary | 110101 | 10001111 | 10101001 | 1000101 | 1111 | 0 | 100010 | 11000001 | 110100 | 101100 |
Color Harmonies of #358FA9
Complementary color
Monochromatic Colors of #358FA9
Black with #358FA9
Text Example
Text Example
White with #358FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358FA9; }
p { color: rgb(53,143,169); }
H1.HeaderClassName
{
color: #358FA9;
}
.AnyTagClassName
{
color: #358FA9;
}
</style>
background-color css
<style>
a { background-color: #358FA9; }
a { background-color: rgb(53,143,169); }
div.DivClassName
{
background-color: #358FA9;
}
.BgClassName
{
background-color: #358FA9;
}
</style>
border-color css
<style>
span { border-color: #358FA9; }
span { border-color: rgb(53,143,169); }
td.TdClassName
{
border-color: #358FA9;
}
.TagClassName
{
border-color: #358FA9;
}
</style>