Shades of Scooter #358B95
Tints of Scooter #358B95
RGB
CMYK
RGB Variations
Color information
#358B95 (or 0x358B95) is known color: Scooter. HEX triplet: 35, 8B and 95. RGB value is (53,139,149). Sum of RGB (Red+Green+Blue) = 53+139+149=341 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.54% from 341); Green value is 139 (54.69% from 255 or 40.76% from 341); Blue value is 149 (58.59% from 255 or 43.70% from 341); Max value from RGB is 149 - color contains mainly: blue. Hex color #358B95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358B95 is #CA746A. Grayscale: #727272. Windows color (decimal): -13268075 or 9800501. OLE color: 9800501.
HSL color Cylindrical-coordinate representation of color #358B95: hue angle of 186.25º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #358B95 is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 53 | 139 | 149 | - |
| CMYK | 0.64 | 0.07 | 0 | 0.42 |
| HSL | 186.25º | 0.48% | 0.4% | - |
| HSV(B) | 186.25º | 0.64% | 0.58% | - |
| XYZ | 16.13 | 21.39 | 31.71 | - |
| YUV | 114.43 | 147.51 | 84.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 139 | 149 | 0.64 | 0.07 | 0 | 0.42 | 186.25 | 0.48 | 0.4 |
| Hex | 35 | 8B | 95 | 40 | 7 | 0 | 2A | BA | 30 | 28 |
| Octal | 65 | 213 | 225 | 100 | 7 | 0 | 52 | 272 | 60 | 50 |
| Binary | 110101 | 10001011 | 10010101 | 1000000 | 111 | 0 | 101010 | 10111010 | 110000 | 101000 |
Color Harmonies of #358B95
Complementary color
Monochromatic Colors of #358B95
Black with #358B95
Text Example
Text Example
White with #358B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358B95; }
p { color: rgb(53,139,149); }
H1.HeaderClassName
{
color: #358B95;
}
.AnyTagClassName
{
color: #358B95;
}
</style>
background-color css
<style>
a { background-color: #358B95; }
a { background-color: rgb(53,139,149); }
div.DivClassName
{
background-color: #358B95;
}
.BgClassName
{
background-color: #358B95;
}
</style>
border-color css
<style>
span { border-color: #358B95; }
span { border-color: rgb(53,139,149); }
td.TdClassName
{
border-color: #358B95;
}
.TagClassName
{
border-color: #358B95;
}
</style>