Shades of Scooter #358DA3
Tints of Scooter #358DA3
RGB
CMYK
RGB Variations
Color information
#358DA3 (or 0x358DA3) is known color: Scooter. HEX triplet: 35, 8D and A3. RGB value is (53,141,163). Sum of RGB (Red+Green+Blue) = 53+141+163=357 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.85% from 357); Green value is 141 (55.47% from 255 or 39.50% from 357); Blue value is 163 (64.06% from 255 or 45.66% from 357); Max value from RGB is 163 - color contains mainly: blue. Hex color #358DA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358DA3 is #CA725C. Grayscale: #757575. Windows color (decimal): -13267549 or 10718517. OLE color: 10718517.
HSL color Cylindrical-coordinate representation of color #358DA3: hue angle of 192º 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 #358DA3 is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 53 | 141 | 163 | - |
| CMYK | 0.67 | 0.13 | 0 | 0.36 |
| HSL | 192º | 0.51% | 0.42% | - |
| HSV(B) | 192º | 0.67% | 0.64% | - |
| XYZ | 17.6 | 22.45 | 38.06 | - |
| YUV | 117.2 | 153.85 | 82.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 141 | 163 | 0.67 | 0.13 | 0 | 0.36 | 192 | 0.51 | 0.42 |
| Hex | 35 | 8D | A3 | 43 | D | 0 | 24 | C0 | 33 | 2A |
| Octal | 65 | 215 | 243 | 103 | 15 | 0 | 44 | 300 | 63 | 52 |
| Binary | 110101 | 10001101 | 10100011 | 1000011 | 1101 | 0 | 100100 | 11000000 | 110011 | 101010 |
Color Harmonies of #358DA3
Complementary color
Monochromatic Colors of #358DA3
Black with #358DA3
Text Example
Text Example
White with #358DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358DA3; }
p { color: rgb(53,141,163); }
H1.HeaderClassName
{
color: #358DA3;
}
.AnyTagClassName
{
color: #358DA3;
}
</style>
background-color css
<style>
a { background-color: #358DA3; }
a { background-color: rgb(53,141,163); }
div.DivClassName
{
background-color: #358DA3;
}
.BgClassName
{
background-color: #358DA3;
}
</style>
border-color css
<style>
span { border-color: #358DA3; }
span { border-color: rgb(53,141,163); }
td.TdClassName
{
border-color: #358DA3;
}
.TagClassName
{
border-color: #358DA3;
}
</style>