Shades of Scooter #358CA9
Tints of Scooter #358CA9
RGB
CMYK
RGB Variations
Color information
#358CA9 (or 0x358CA9) is known color: Scooter. HEX triplet: 35, 8C and A9. RGB value is (53,140,169). Sum of RGB (Red+Green+Blue) = 53+140+169=362 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.64% from 362); Green value is 140 (55.08% from 255 or 38.67% from 362); Blue value is 169 (66.41% from 255 or 46.69% from 362); Max value from RGB is 169 - color contains mainly: blue. Hex color #358CA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358CA9 is #CA7356. Grayscale: #757575. Windows color (decimal): -13267799 or 11111477. OLE color: 11111477.
HSL color Cylindrical-coordinate representation of color #358CA9: hue angle of 195º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #358CA9 is Cyan = 0.69, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 53 | 140 | 169 | - |
| CMYK | 0.69 | 0.17 | 0 | 0.34 |
| HSL | 195º | 0.52% | 0.44% | - |
| HSV(B) | 195º | 0.69% | 0.66% | - |
| XYZ | 18.01 | 22.38 | 40.91 | - |
| YUV | 117.29 | 157.18 | 82.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 140 | 169 | 0.69 | 0.17 | 0 | 0.34 | 195 | 0.52 | 0.44 |
| Hex | 35 | 8C | A9 | 45 | 11 | 0 | 22 | C3 | 34 | 2C |
| Octal | 65 | 214 | 251 | 105 | 21 | 0 | 42 | 303 | 64 | 54 |
| Binary | 110101 | 10001100 | 10101001 | 1000101 | 10001 | 0 | 100010 | 11000011 | 110100 | 101100 |
Color Harmonies of #358CA9
Complementary color
Monochromatic Colors of #358CA9
Black with #358CA9
Text Example
Text Example
White with #358CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358CA9; }
p { color: rgb(53,140,169); }
H1.HeaderClassName
{
color: #358CA9;
}
.AnyTagClassName
{
color: #358CA9;
}
</style>
background-color css
<style>
a { background-color: #358CA9; }
a { background-color: rgb(53,140,169); }
div.DivClassName
{
background-color: #358CA9;
}
.BgClassName
{
background-color: #358CA9;
}
</style>
border-color css
<style>
span { border-color: #358CA9; }
span { border-color: rgb(53,140,169); }
td.TdClassName
{
border-color: #358CA9;
}
.TagClassName
{
border-color: #358CA9;
}
</style>