Shades of Scooter #359099
Tints of Scooter #359099
RGB
CMYK
RGB Variations
Color information
#359099 (or 0x359099) is known color: Scooter. HEX triplet: 35, 90 and 99. RGB value is (53,144,153). Sum of RGB (Red+Green+Blue) = 53+144+153=350 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.14% from 350); Green value is 144 (56.64% from 255 or 41.14% from 350); Blue value is 153 (60.16% from 255 or 43.71% from 350); Max value from RGB is 153 - color contains mainly: blue. Hex color #359099 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359099 is #CA6F66. Grayscale: #757575. Windows color (decimal): -13266791 or 10063925. OLE color: 10063925.
HSL color Cylindrical-coordinate representation of color #359099: hue angle of 185.4º 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 #359099 is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 53 | 144 | 153 | - |
| CMYK | 0.65 | 0.06 | 0 | 0.4 |
| HSL | 185.4º | 0.49% | 0.4% | - |
| HSV(B) | 185.4º | 0.65% | 0.6% | - |
| XYZ | 17.19 | 23 | 33.67 | - |
| YUV | 117.82 | 147.85 | 81.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 144 | 153 | 0.65 | 0.06 | 0 | 0.4 | 185.4 | 0.49 | 0.4 |
| Hex | 35 | 90 | 99 | 41 | 6 | 0 | 28 | B9 | 31 | 28 |
| Octal | 65 | 220 | 231 | 101 | 6 | 0 | 50 | 271 | 61 | 50 |
| Binary | 110101 | 10010000 | 10011001 | 1000001 | 110 | 0 | 101000 | 10111001 | 110001 | 101000 |
Color Harmonies of #359099
Complementary color
Monochromatic Colors of #359099
Black with #359099
Text Example
Text Example
White with #359099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359099; }
p { color: rgb(53,144,153); }
H1.HeaderClassName
{
color: #359099;
}
.AnyTagClassName
{
color: #359099;
}
</style>
background-color css
<style>
a { background-color: #359099; }
a { background-color: rgb(53,144,153); }
div.DivClassName
{
background-color: #359099;
}
.BgClassName
{
background-color: #359099;
}
</style>
border-color css
<style>
span { border-color: #359099; }
span { border-color: rgb(53,144,153); }
td.TdClassName
{
border-color: #359099;
}
.TagClassName
{
border-color: #359099;
}
</style>