Shades of Scooter #358193
Tints of Scooter #358193
RGB
CMYK
RGB Variations
Color information
#358193 (or 0x358193) is known color: Scooter. HEX triplet: 35, 81 and 93. RGB value is (53,129,147). Sum of RGB (Red+Green+Blue) = 53+129+147=329 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.11% from 329); Green value is 129 (50.78% from 255 or 39.21% from 329); Blue value is 147 (57.81% from 255 or 44.68% from 329); Max value from RGB is 147 - color contains mainly: blue. Hex color #358193 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358193 is #CA7E6C. Grayscale: #6C6C6C. Windows color (decimal): -13270637 or 9666869. OLE color: 9666869.
HSL color Cylindrical-coordinate representation of color #358193: hue angle of 191.49º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #358193 is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 53 | 129 | 147 | - |
| CMYK | 0.64 | 0.12 | 0 | 0.42 |
| HSL | 191.49º | 0.47% | 0.39% | - |
| HSV(B) | 191.49º | 0.64% | 0.58% | - |
| XYZ | 14.58 | 18.56 | 30.42 | - |
| YUV | 108.33 | 149.82 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 129 | 147 | 0.64 | 0.12 | 0 | 0.42 | 191.49 | 0.47 | 0.39 |
| Hex | 35 | 81 | 93 | 40 | C | 0 | 2A | BF | 2F | 27 |
| Octal | 65 | 201 | 223 | 100 | 14 | 0 | 52 | 277 | 57 | 47 |
| Binary | 110101 | 10000001 | 10010011 | 1000000 | 1100 | 0 | 101010 | 10111111 | 101111 | 100111 |
Color Harmonies of #358193
Complementary color
Monochromatic Colors of #358193
Black with #358193
Text Example
Text Example
White with #358193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358193; }
p { color: rgb(53,129,147); }
H1.HeaderClassName
{
color: #358193;
}
.AnyTagClassName
{
color: #358193;
}
</style>
background-color css
<style>
a { background-color: #358193; }
a { background-color: rgb(53,129,147); }
div.DivClassName
{
background-color: #358193;
}
.BgClassName
{
background-color: #358193;
}
</style>
border-color css
<style>
span { border-color: #358193; }
span { border-color: rgb(53,129,147); }
td.TdClassName
{
border-color: #358193;
}
.TagClassName
{
border-color: #358193;
}
</style>