Shades of Scooter #359DA8
Tints of Scooter #359DA8
RGB
CMYK
RGB Variations
Color information
#359DA8 (or 0x359DA8) is known color: Scooter. HEX triplet: 35, 9D and A8. RGB value is (53,157,168). Sum of RGB (Red+Green+Blue) = 53+157+168=378 (50% of max value = 765). Red value is 53 (21.09% from 255 or 14.02% from 378); Green value is 157 (61.72% from 255 or 41.53% from 378); Blue value is 168 (66.02% from 255 or 44.44% from 378); Max value from RGB is 168 - color contains mainly: blue. Hex color #359DA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359DA8 is #CA6257. Grayscale: #7F7F7F. Windows color (decimal): -13263448 or 11050293. OLE color: 11050293.
HSL color Cylindrical-coordinate representation of color #359DA8: hue angle of 185.74º 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 #359DA8 is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 53 | 157 | 168 | - |
| CMYK | 0.68 | 0.07 | 0 | 0.34 |
| HSL | 185.74º | 0.52% | 0.43% | - |
| HSV(B) | 185.74º | 0.68% | 0.66% | - |
| XYZ | 20.59 | 27.7 | 41.31 | - |
| YUV | 127.16 | 151.04 | 75.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 157 | 168 | 0.68 | 0.07 | 0 | 0.34 | 185.74 | 0.52 | 0.43 |
| Hex | 35 | 9D | A8 | 44 | 7 | 0 | 22 | BA | 34 | 2B |
| Octal | 65 | 235 | 250 | 104 | 7 | 0 | 42 | 272 | 64 | 53 |
| Binary | 110101 | 10011101 | 10101000 | 1000100 | 111 | 0 | 100010 | 10111010 | 110100 | 101011 |
Color Harmonies of #359DA8
Complementary color
Monochromatic Colors of #359DA8
Black with #359DA8
Text Example
Text Example
White with #359DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359DA8; }
p { color: rgb(53,157,168); }
H1.HeaderClassName
{
color: #359DA8;
}
.AnyTagClassName
{
color: #359DA8;
}
</style>
background-color css
<style>
a { background-color: #359DA8; }
a { background-color: rgb(53,157,168); }
div.DivClassName
{
background-color: #359DA8;
}
.BgClassName
{
background-color: #359DA8;
}
</style>
border-color css
<style>
span { border-color: #359DA8; }
span { border-color: rgb(53,157,168); }
td.TdClassName
{
border-color: #359DA8;
}
.TagClassName
{
border-color: #359DA8;
}
</style>