Shades of Scooter #359299
Tints of Scooter #359299
RGB
CMYK
RGB Variations
Color information
#359299 (or 0x359299) is known color: Scooter. HEX triplet: 35, 92 and 99. RGB value is (53,146,153). Sum of RGB (Red+Green+Blue) = 53+146+153=352 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.06% from 352); Green value is 146 (57.42% from 255 or 41.48% from 352); Blue value is 153 (60.16% from 255 or 43.47% from 352); Max value from RGB is 153 - color contains mainly: blue. Hex color #359299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359299 is #CA6D66. Grayscale: #767676. Windows color (decimal): -13266279 or 10064437. OLE color: 10064437.
HSL color Cylindrical-coordinate representation of color #359299: hue angle of 184.2º 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 #359299 is Cyan = 0.65, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 53 | 146 | 153 | - |
| CMYK | 0.65 | 0.05 | 0 | 0.4 |
| HSL | 184.2º | 0.49% | 0.4% | - |
| HSV(B) | 184.2º | 0.65% | 0.6% | - |
| XYZ | 17.5 | 23.61 | 33.77 | - |
| YUV | 118.99 | 147.19 | 80.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 146 | 153 | 0.65 | 0.05 | 0 | 0.4 | 184.2 | 0.49 | 0.4 |
| Hex | 35 | 92 | 99 | 41 | 5 | 0 | 28 | B8 | 31 | 28 |
| Octal | 65 | 222 | 231 | 101 | 5 | 0 | 50 | 270 | 61 | 50 |
| Binary | 110101 | 10010010 | 10011001 | 1000001 | 101 | 0 | 101000 | 10111000 | 110001 | 101000 |
Color Harmonies of #359299
Complementary color
Monochromatic Colors of #359299
Black with #359299
Text Example
Text Example
White with #359299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359299; }
p { color: rgb(53,146,153); }
H1.HeaderClassName
{
color: #359299;
}
.AnyTagClassName
{
color: #359299;
}
</style>
background-color css
<style>
a { background-color: #359299; }
a { background-color: rgb(53,146,153); }
div.DivClassName
{
background-color: #359299;
}
.BgClassName
{
background-color: #359299;
}
</style>
border-color css
<style>
span { border-color: #359299; }
span { border-color: rgb(53,146,153); }
td.TdClassName
{
border-color: #359299;
}
.TagClassName
{
border-color: #359299;
}
</style>