Shades of Scooter #358DA8
Tints of Scooter #358DA8
RGB
CMYK
RGB Variations
Color information
#358DA8 (or 0x358DA8) is known color: Scooter. HEX triplet: 35, 8D and A8. RGB value is (53,141,168). Sum of RGB (Red+Green+Blue) = 53+141+168=362 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.64% from 362); Green value is 141 (55.47% from 255 or 38.95% from 362); Blue value is 168 (66.02% from 255 or 46.41% from 362); Max value from RGB is 168 - color contains mainly: blue. Hex color #358DA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358DA8 is #CA7257. Grayscale: #757575. Windows color (decimal): -13267544 or 11046197. OLE color: 11046197.
HSL color Cylindrical-coordinate representation of color #358DA8: hue angle of 194.09º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #358DA8 is Cyan = 0.68, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 53 | 141 | 168 | - |
| CMYK | 0.68 | 0.16 | 0 | 0.34 |
| HSL | 194.09º | 0.52% | 0.43% | - |
| HSV(B) | 194.09º | 0.68% | 0.66% | - |
| XYZ | 18.06 | 22.63 | 40.46 | - |
| YUV | 117.77 | 156.35 | 81.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 141 | 168 | 0.68 | 0.16 | 0 | 0.34 | 194.09 | 0.52 | 0.43 |
| Hex | 35 | 8D | A8 | 44 | 10 | 0 | 22 | C2 | 34 | 2B |
| Octal | 65 | 215 | 250 | 104 | 20 | 0 | 42 | 302 | 64 | 53 |
| Binary | 110101 | 10001101 | 10101000 | 1000100 | 10000 | 0 | 100010 | 11000010 | 110100 | 101011 |
Color Harmonies of #358DA8
Complementary color
Monochromatic Colors of #358DA8
Black with #358DA8
Text Example
Text Example
White with #358DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358DA8; }
p { color: rgb(53,141,168); }
H1.HeaderClassName
{
color: #358DA8;
}
.AnyTagClassName
{
color: #358DA8;
}
</style>
background-color css
<style>
a { background-color: #358DA8; }
a { background-color: rgb(53,141,168); }
div.DivClassName
{
background-color: #358DA8;
}
.BgClassName
{
background-color: #358DA8;
}
</style>
border-color css
<style>
span { border-color: #358DA8; }
span { border-color: rgb(53,141,168); }
td.TdClassName
{
border-color: #358DA8;
}
.TagClassName
{
border-color: #358DA8;
}
</style>