Shades of Scooter #358B96
Tints of Scooter #358B96
RGB
CMYK
RGB Variations
Color information
#358B96 (or 0x358B96) is known color: Scooter. HEX triplet: 35, 8B and 96. RGB value is (53,139,150). Sum of RGB (Red+Green+Blue) = 53+139+150=342 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.50% from 342); Green value is 139 (54.69% from 255 or 40.64% from 342); Blue value is 150 (58.98% from 255 or 43.86% from 342); Max value from RGB is 150 - color contains mainly: blue. Hex color #358B96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358B96 is #CA7469. Grayscale: #727272. Windows color (decimal): -13268074 or 9866037. OLE color: 9866037.
HSL color Cylindrical-coordinate representation of color #358B96: hue angle of 186.8º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #358B96 is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 53 | 139 | 150 | - |
| CMYK | 0.65 | 0.07 | 0 | 0.41 |
| HSL | 186.8º | 0.48% | 0.4% | - |
| HSV(B) | 186.8º | 0.65% | 0.59% | - |
| XYZ | 16.21 | 21.42 | 32.14 | - |
| YUV | 114.54 | 148.01 | 84.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 139 | 150 | 0.65 | 0.07 | 0 | 0.41 | 186.8 | 0.48 | 0.4 |
| Hex | 35 | 8B | 96 | 41 | 7 | 0 | 29 | BB | 30 | 28 |
| Octal | 65 | 213 | 226 | 101 | 7 | 0 | 51 | 273 | 60 | 50 |
| Binary | 110101 | 10001011 | 10010110 | 1000001 | 111 | 0 | 101001 | 10111011 | 110000 | 101000 |
Color Harmonies of #358B96
Complementary color
Monochromatic Colors of #358B96
Black with #358B96
Text Example
Text Example
White with #358B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358B96; }
p { color: rgb(53,139,150); }
H1.HeaderClassName
{
color: #358B96;
}
.AnyTagClassName
{
color: #358B96;
}
</style>
background-color css
<style>
a { background-color: #358B96; }
a { background-color: rgb(53,139,150); }
div.DivClassName
{
background-color: #358B96;
}
.BgClassName
{
background-color: #358B96;
}
</style>
border-color css
<style>
span { border-color: #358B96; }
span { border-color: rgb(53,139,150); }
td.TdClassName
{
border-color: #358B96;
}
.TagClassName
{
border-color: #358B96;
}
</style>