Shades of Scooter #358BA3
Tints of Scooter #358BA3
RGB
CMYK
RGB Variations
Color information
#358BA3 (or 0x358BA3) is known color: Scooter. HEX triplet: 35, 8B and A3. RGB value is (53,139,163). Sum of RGB (Red+Green+Blue) = 53+139+163=355 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.93% from 355); Green value is 139 (54.69% from 255 or 39.15% from 355); Blue value is 163 (64.06% from 255 or 45.92% from 355); Max value from RGB is 163 - color contains mainly: blue. Hex color #358BA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358BA3 is #CA745C. Grayscale: #737373. Windows color (decimal): -13268061 or 10718005. OLE color: 10718005.
HSL color Cylindrical-coordinate representation of color #358BA3: hue angle of 193.09º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #358BA3 is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 53 | 139 | 163 | - |
| CMYK | 0.67 | 0.15 | 0 | 0.36 |
| HSL | 193.09º | 0.51% | 0.42% | - |
| HSV(B) | 193.09º | 0.67% | 0.64% | - |
| XYZ | 17.31 | 21.87 | 37.96 | - |
| YUV | 116.02 | 154.51 | 83.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 139 | 163 | 0.67 | 0.15 | 0 | 0.36 | 193.09 | 0.51 | 0.42 |
| Hex | 35 | 8B | A3 | 43 | F | 0 | 24 | C1 | 33 | 2A |
| Octal | 65 | 213 | 243 | 103 | 17 | 0 | 44 | 301 | 63 | 52 |
| Binary | 110101 | 10001011 | 10100011 | 1000011 | 1111 | 0 | 100100 | 11000001 | 110011 | 101010 |
Color Harmonies of #358BA3
Complementary color
Monochromatic Colors of #358BA3
Black with #358BA3
Text Example
Text Example
White with #358BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358BA3; }
p { color: rgb(53,139,163); }
H1.HeaderClassName
{
color: #358BA3;
}
.AnyTagClassName
{
color: #358BA3;
}
</style>
background-color css
<style>
a { background-color: #358BA3; }
a { background-color: rgb(53,139,163); }
div.DivClassName
{
background-color: #358BA3;
}
.BgClassName
{
background-color: #358BA3;
}
</style>
border-color css
<style>
span { border-color: #358BA3; }
span { border-color: rgb(53,139,163); }
td.TdClassName
{
border-color: #358BA3;
}
.TagClassName
{
border-color: #358BA3;
}
</style>