Shades of Scooter #357F9E
Tints of Scooter #357F9E
RGB
CMYK
RGB Variations
Color information
#357F9E (or 0x357F9E) is known color: Scooter. HEX triplet: 35, 7F and 9E. RGB value is (53,127,158). Sum of RGB (Red+Green+Blue) = 53+127+158=338 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.68% from 338); Green value is 127 (50% from 255 or 37.57% from 338); Blue value is 158 (62.11% from 255 or 46.75% from 338); Max value from RGB is 158 - color contains mainly: blue. Hex color #357F9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357F9E is #CA8061. Grayscale: #6C6C6C. Windows color (decimal): -13271138 or 10387253. OLE color: 10387253.
HSL color Cylindrical-coordinate representation of color #357F9E: hue angle of 197.71º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #357F9E is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 127 | 158 | - |
| CMYK | 0.66 | 0.20 | 0 | 0.38 |
| HSL | 197.71º | 0.5% | 0.41% | - |
| HSV(B) | 197.71º | 0.66% | 0.62% | - |
| XYZ | 15.23 | 18.4 | 35.1 | - |
| YUV | 108.41 | 155.98 | 88.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 127 | 158 | 0.66 | 0.20 | 0 | 0.38 | 197.71 | 0.5 | 0.41 |
| Hex | 35 | 7F | 9E | 42 | 14 | 0 | 26 | C6 | 32 | 29 |
| Octal | 65 | 177 | 236 | 102 | 24 | 0 | 46 | 306 | 62 | 51 |
| Binary | 110101 | 1111111 | 10011110 | 1000010 | 10100 | 0 | 100110 | 11000110 | 110010 | 101001 |
Color Harmonies of #357F9E
Complementary color
Monochromatic Colors of #357F9E
Black with #357F9E
Text Example
Text Example
White with #357F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357F9E; }
p { color: rgb(53,127,158); }
H1.HeaderClassName
{
color: #357F9E;
}
.AnyTagClassName
{
color: #357F9E;
}
</style>
background-color css
<style>
a { background-color: #357F9E; }
a { background-color: rgb(53,127,158); }
div.DivClassName
{
background-color: #357F9E;
}
.BgClassName
{
background-color: #357F9E;
}
</style>
border-color css
<style>
span { border-color: #357F9E; }
span { border-color: rgb(53,127,158); }
td.TdClassName
{
border-color: #357F9E;
}
.TagClassName
{
border-color: #357F9E;
}
</style>