Shades of Scooter #358595
Tints of Scooter #358595
RGB
CMYK
RGB Variations
Color information
#358595 (or 0x358595) is known color: Scooter. HEX triplet: 35, 85 and 95. RGB value is (53,133,149). Sum of RGB (Red+Green+Blue) = 53+133+149=335 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.82% from 335); Green value is 133 (52.34% from 255 or 39.70% from 335); Blue value is 149 (58.59% from 255 or 44.48% from 335); Max value from RGB is 149 - color contains mainly: blue. Hex color #358595 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358595 is #CA7A6A. Grayscale: #6E6E6E. Windows color (decimal): -13269611 or 9798965. OLE color: 9798965.
HSL color Cylindrical-coordinate representation of color #358595: hue angle of 190º 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 #358595 is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 53 | 133 | 149 | - |
| CMYK | 0.64 | 0.11 | 0 | 0.42 |
| HSL | 190º | 0.48% | 0.4% | - |
| HSV(B) | 190º | 0.64% | 0.58% | - |
| XYZ | 15.28 | 19.7 | 31.43 | - |
| YUV | 110.9 | 149.5 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 133 | 149 | 0.64 | 0.11 | 0 | 0.42 | 190 | 0.48 | 0.4 |
| Hex | 35 | 85 | 95 | 40 | B | 0 | 2A | BE | 30 | 28 |
| Octal | 65 | 205 | 225 | 100 | 13 | 0 | 52 | 276 | 60 | 50 |
| Binary | 110101 | 10000101 | 10010101 | 1000000 | 1011 | 0 | 101010 | 10111110 | 110000 | 101000 |
Color Harmonies of #358595
Complementary color
Monochromatic Colors of #358595
Black with #358595
Text Example
Text Example
White with #358595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358595; }
p { color: rgb(53,133,149); }
H1.HeaderClassName
{
color: #358595;
}
.AnyTagClassName
{
color: #358595;
}
</style>
background-color css
<style>
a { background-color: #358595; }
a { background-color: rgb(53,133,149); }
div.DivClassName
{
background-color: #358595;
}
.BgClassName
{
background-color: #358595;
}
</style>
border-color css
<style>
span { border-color: #358595; }
span { border-color: rgb(53,133,149); }
td.TdClassName
{
border-color: #358595;
}
.TagClassName
{
border-color: #358595;
}
</style>