Shades of Scooter #358A9D
Tints of Scooter #358A9D
RGB
CMYK
RGB Variations
Color information
#358A9D (or 0x358A9D) is known color: Scooter. HEX triplet: 35, 8A and 9D. RGB value is (53,138,157). Sum of RGB (Red+Green+Blue) = 53+138+157=348 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.23% from 348); Green value is 138 (54.30% from 255 or 39.66% from 348); Blue value is 157 (61.72% from 255 or 45.11% from 348); Max value from RGB is 157 - color contains mainly: blue. Hex color #358A9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358A9D is #CA7562. Grayscale: #727272. Windows color (decimal): -13268323 or 10324533. OLE color: 10324533.
HSL color Cylindrical-coordinate representation of color #358A9D: hue angle of 190.96º 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 #358A9D is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 138 | 157 | - |
| CMYK | 0.66 | 0.12 | 0 | 0.38 |
| HSL | 190.96º | 0.5% | 0.41% | - |
| HSV(B) | 190.96º | 0.66% | 0.62% | - |
| XYZ | 16.64 | 21.37 | 35.15 | - |
| YUV | 114.75 | 151.84 | 83.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 138 | 157 | 0.66 | 0.12 | 0 | 0.38 | 190.96 | 0.5 | 0.41 |
| Hex | 35 | 8A | 9D | 42 | C | 0 | 26 | BF | 32 | 29 |
| Octal | 65 | 212 | 235 | 102 | 14 | 0 | 46 | 277 | 62 | 51 |
| Binary | 110101 | 10001010 | 10011101 | 1000010 | 1100 | 0 | 100110 | 10111111 | 110010 | 101001 |
Color Harmonies of #358A9D
Complementary color
Monochromatic Colors of #358A9D
Black with #358A9D
Text Example
Text Example
White with #358A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358A9D; }
p { color: rgb(53,138,157); }
H1.HeaderClassName
{
color: #358A9D;
}
.AnyTagClassName
{
color: #358A9D;
}
</style>
background-color css
<style>
a { background-color: #358A9D; }
a { background-color: rgb(53,138,157); }
div.DivClassName
{
background-color: #358A9D;
}
.BgClassName
{
background-color: #358A9D;
}
</style>
border-color css
<style>
span { border-color: #358A9D; }
span { border-color: rgb(53,138,157); }
td.TdClassName
{
border-color: #358A9D;
}
.TagClassName
{
border-color: #358A9D;
}
</style>