Shades of Scooter #358F9D
Tints of Scooter #358F9D
RGB
CMYK
RGB Variations
Color information
#358F9D (or 0x358F9D) is known color: Scooter. HEX triplet: 35, 8F and 9D. RGB value is (53,143,157). Sum of RGB (Red+Green+Blue) = 53+143+157=353 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.01% from 353); Green value is 143 (56.25% from 255 or 40.51% from 353); Blue value is 157 (61.72% from 255 or 44.48% from 353); Max value from RGB is 157 - color contains mainly: blue. Hex color #358F9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358F9D is #CA7062. Grayscale: #757575. Windows color (decimal): -13267043 or 10325813. OLE color: 10325813.
HSL color Cylindrical-coordinate representation of color #358F9D: hue angle of 188.08º 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 #358F9D is Cyan = 0.66, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 143 | 157 | - |
| CMYK | 0.66 | 0.09 | 0 | 0.38 |
| HSL | 188.08º | 0.5% | 0.41% | - |
| HSV(B) | 188.08º | 0.66% | 0.62% | - |
| XYZ | 17.38 | 22.84 | 35.39 | - |
| YUV | 117.69 | 150.18 | 81.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 143 | 157 | 0.66 | 0.09 | 0 | 0.38 | 188.08 | 0.5 | 0.41 |
| Hex | 35 | 8F | 9D | 42 | 9 | 0 | 26 | BC | 32 | 29 |
| Octal | 65 | 217 | 235 | 102 | 11 | 0 | 46 | 274 | 62 | 51 |
| Binary | 110101 | 10001111 | 10011101 | 1000010 | 1001 | 0 | 100110 | 10111100 | 110010 | 101001 |
Color Harmonies of #358F9D
Complementary color
Monochromatic Colors of #358F9D
Black with #358F9D
Text Example
Text Example
White with #358F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358F9D; }
p { color: rgb(53,143,157); }
H1.HeaderClassName
{
color: #358F9D;
}
.AnyTagClassName
{
color: #358F9D;
}
</style>
background-color css
<style>
a { background-color: #358F9D; }
a { background-color: rgb(53,143,157); }
div.DivClassName
{
background-color: #358F9D;
}
.BgClassName
{
background-color: #358F9D;
}
</style>
border-color css
<style>
span { border-color: #358F9D; }
span { border-color: rgb(53,143,157); }
td.TdClassName
{
border-color: #358F9D;
}
.TagClassName
{
border-color: #358F9D;
}
</style>