Shades of Scooter #358FA3
Tints of Scooter #358FA3
RGB
CMYK
RGB Variations
Color information
#358FA3 (or 0x358FA3) is known color: Scooter. HEX triplet: 35, 8F and A3. RGB value is (53,143,163). Sum of RGB (Red+Green+Blue) = 53+143+163=359 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.76% from 359); Green value is 143 (56.25% from 255 or 39.83% from 359); Blue value is 163 (64.06% from 255 or 45.40% from 359); Max value from RGB is 163 - color contains mainly: blue. Hex color #358FA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358FA3 is #CA705C. Grayscale: #767676. Windows color (decimal): -13267037 or 10719029. OLE color: 10719029.
HSL color Cylindrical-coordinate representation of color #358FA3: hue angle of 190.91º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #358FA3 is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 53 | 143 | 163 | - |
| CMYK | 0.67 | 0.12 | 0 | 0.36 |
| HSL | 190.91º | 0.51% | 0.42% | - |
| HSV(B) | 190.91º | 0.67% | 0.64% | - |
| XYZ | 17.9 | 23.05 | 38.16 | - |
| YUV | 118.37 | 153.18 | 81.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 143 | 163 | 0.67 | 0.12 | 0 | 0.36 | 190.91 | 0.51 | 0.42 |
| Hex | 35 | 8F | A3 | 43 | C | 0 | 24 | BF | 33 | 2A |
| Octal | 65 | 217 | 243 | 103 | 14 | 0 | 44 | 277 | 63 | 52 |
| Binary | 110101 | 10001111 | 10100011 | 1000011 | 1100 | 0 | 100100 | 10111111 | 110011 | 101010 |
Color Harmonies of #358FA3
Complementary color
Monochromatic Colors of #358FA3
Black with #358FA3
Text Example
Text Example
White with #358FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358FA3; }
p { color: rgb(53,143,163); }
H1.HeaderClassName
{
color: #358FA3;
}
.AnyTagClassName
{
color: #358FA3;
}
</style>
background-color css
<style>
a { background-color: #358FA3; }
a { background-color: rgb(53,143,163); }
div.DivClassName
{
background-color: #358FA3;
}
.BgClassName
{
background-color: #358FA3;
}
</style>
border-color css
<style>
span { border-color: #358FA3; }
span { border-color: rgb(53,143,163); }
td.TdClassName
{
border-color: #358FA3;
}
.TagClassName
{
border-color: #358FA3;
}
</style>