Shades of Scooter #358495
Tints of Scooter #358495
RGB
CMYK
RGB Variations
Color information
#358495 (or 0x358495) is known color: Scooter. HEX triplet: 35, 84 and 95. RGB value is (53,132,149). Sum of RGB (Red+Green+Blue) = 53+132+149=334 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.87% from 334); Green value is 132 (51.95% from 255 or 39.52% from 334); Blue value is 149 (58.59% from 255 or 44.61% from 334); Max value from RGB is 149 - color contains mainly: blue. Hex color #358495 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358495 is #CA7B6A. Grayscale: #6E6E6E. Windows color (decimal): -13269867 or 9798709. OLE color: 9798709.
HSL color Cylindrical-coordinate representation of color #358495: hue angle of 190.62º 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 #358495 is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 53 | 132 | 149 | - |
| CMYK | 0.64 | 0.11 | 0 | 0.42 |
| HSL | 190.63º | 0.48% | 0.4% | - |
| HSV(B) | 190.63º | 0.64% | 0.58% | - |
| XYZ | 15.14 | 19.43 | 31.39 | - |
| YUV | 110.32 | 149.83 | 87.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 132 | 149 | 0.64 | 0.11 | 0 | 0.42 | 190.63 | 0.48 | 0.4 |
| Hex | 35 | 84 | 95 | 40 | B | 0 | 2A | BF | 30 | 28 |
| Octal | 65 | 204 | 225 | 100 | 13 | 0 | 52 | 277 | 60 | 50 |
| Binary | 110101 | 10000100 | 10010101 | 1000000 | 1011 | 0 | 101010 | 10111111 | 110000 | 101000 |
Color Harmonies of #358495
Complementary color
Monochromatic Colors of #358495
Black with #358495
Text Example
Text Example
White with #358495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358495; }
p { color: rgb(53,132,149); }
H1.HeaderClassName
{
color: #358495;
}
.AnyTagClassName
{
color: #358495;
}
</style>
background-color css
<style>
a { background-color: #358495; }
a { background-color: rgb(53,132,149); }
div.DivClassName
{
background-color: #358495;
}
.BgClassName
{
background-color: #358495;
}
</style>
border-color css
<style>
span { border-color: #358495; }
span { border-color: rgb(53,132,149); }
td.TdClassName
{
border-color: #358495;
}
.TagClassName
{
border-color: #358495;
}
</style>