Shades of Scooter #358DA2
Tints of Scooter #358DA2
RGB
CMYK
RGB Variations
Color information
#358DA2 (or 0x358DA2) is known color: Scooter. HEX triplet: 35, 8D and A2. RGB value is (53,141,162). Sum of RGB (Red+Green+Blue) = 53+141+162=356 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.89% from 356); Green value is 141 (55.47% from 255 or 39.61% from 356); Blue value is 162 (63.67% from 255 or 45.51% from 356); Max value from RGB is 162 - color contains mainly: blue. Hex color #358DA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358DA2 is #CA725D. Grayscale: #747474. Windows color (decimal): -13267550 or 10652981. OLE color: 10652981.
HSL color Cylindrical-coordinate representation of color #358DA2: hue angle of 191.56º 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 #358DA2 is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 53 | 141 | 162 | - |
| CMYK | 0.67 | 0.13 | 0 | 0.36 |
| HSL | 191.56º | 0.51% | 0.42% | - |
| HSV(B) | 191.56º | 0.67% | 0.64% | - |
| XYZ | 17.51 | 22.42 | 37.59 | - |
| YUV | 117.08 | 153.35 | 82.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 141 | 162 | 0.67 | 0.13 | 0 | 0.36 | 191.56 | 0.51 | 0.42 |
| Hex | 35 | 8D | A2 | 43 | D | 0 | 24 | C0 | 33 | 2A |
| Octal | 65 | 215 | 242 | 103 | 15 | 0 | 44 | 300 | 63 | 52 |
| Binary | 110101 | 10001101 | 10100010 | 1000011 | 1101 | 0 | 100100 | 11000000 | 110011 | 101010 |
Color Harmonies of #358DA2
Complementary color
Monochromatic Colors of #358DA2
Black with #358DA2
Text Example
Text Example
White with #358DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358DA2; }
p { color: rgb(53,141,162); }
H1.HeaderClassName
{
color: #358DA2;
}
.AnyTagClassName
{
color: #358DA2;
}
</style>
background-color css
<style>
a { background-color: #358DA2; }
a { background-color: rgb(53,141,162); }
div.DivClassName
{
background-color: #358DA2;
}
.BgClassName
{
background-color: #358DA2;
}
</style>
border-color css
<style>
span { border-color: #358DA2; }
span { border-color: rgb(53,141,162); }
td.TdClassName
{
border-color: #358DA2;
}
.TagClassName
{
border-color: #358DA2;
}
</style>