Shades of Scooter #359199
Tints of Scooter #359199
RGB
CMYK
RGB Variations
Color information
#359199 (or 0x359199) is known color: Scooter. HEX triplet: 35, 91 and 99. RGB value is (53,145,153). Sum of RGB (Red+Green+Blue) = 53+145+153=351 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.10% from 351); Green value is 145 (57.03% from 255 or 41.31% from 351); Blue value is 153 (60.16% from 255 or 43.59% from 351); Max value from RGB is 153 - color contains mainly: blue. Hex color #359199 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359199 is #CA6E66. Grayscale: #767676. Windows color (decimal): -13266535 or 10064181. OLE color: 10064181.
HSL color Cylindrical-coordinate representation of color #359199: hue angle of 184.8º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #359199 is Cyan = 0.65, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 53 | 145 | 153 | - |
| CMYK | 0.65 | 0.05 | 0 | 0.4 |
| HSL | 184.8º | 0.49% | 0.4% | - |
| HSV(B) | 184.8º | 0.65% | 0.6% | - |
| XYZ | 17.34 | 23.31 | 33.72 | - |
| YUV | 118.4 | 147.52 | 81.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 145 | 153 | 0.65 | 0.05 | 0 | 0.4 | 184.8 | 0.49 | 0.4 |
| Hex | 35 | 91 | 99 | 41 | 5 | 0 | 28 | B9 | 31 | 28 |
| Octal | 65 | 221 | 231 | 101 | 5 | 0 | 50 | 271 | 61 | 50 |
| Binary | 110101 | 10010001 | 10011001 | 1000001 | 101 | 0 | 101000 | 10111001 | 110001 | 101000 |
Color Harmonies of #359199
Complementary color
Monochromatic Colors of #359199
Black with #359199
Text Example
Text Example
White with #359199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359199; }
p { color: rgb(53,145,153); }
H1.HeaderClassName
{
color: #359199;
}
.AnyTagClassName
{
color: #359199;
}
</style>
background-color css
<style>
a { background-color: #359199; }
a { background-color: rgb(53,145,153); }
div.DivClassName
{
background-color: #359199;
}
.BgClassName
{
background-color: #359199;
}
</style>
border-color css
<style>
span { border-color: #359199; }
span { border-color: rgb(53,145,153); }
td.TdClassName
{
border-color: #359199;
}
.TagClassName
{
border-color: #359199;
}
</style>