Shades of Scooter #358CA2
Tints of Scooter #358CA2
RGB
CMYK
RGB Variations
Color information
#358CA2 (or 0x358CA2) is known color: Scooter. HEX triplet: 35, 8C and A2. RGB value is (53,140,162). Sum of RGB (Red+Green+Blue) = 53+140+162=355 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.93% from 355); Green value is 140 (55.08% from 255 or 39.44% from 355); Blue value is 162 (63.67% from 255 or 45.63% from 355); Max value from RGB is 162 - color contains mainly: blue. Hex color #358CA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358CA2 is #CA735D. Grayscale: #747474. Windows color (decimal): -13267806 or 10652725. OLE color: 10652725.
HSL color Cylindrical-coordinate representation of color #358CA2: hue angle of 192.11º 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 #358CA2 is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 53 | 140 | 162 | - |
| CMYK | 0.67 | 0.14 | 0 | 0.36 |
| HSL | 192.11º | 0.51% | 0.42% | - |
| HSV(B) | 192.11º | 0.67% | 0.64% | - |
| XYZ | 17.37 | 22.12 | 37.54 | - |
| YUV | 116.5 | 153.68 | 82.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 140 | 162 | 0.67 | 0.14 | 0 | 0.36 | 192.11 | 0.51 | 0.42 |
| Hex | 35 | 8C | A2 | 43 | E | 0 | 24 | C0 | 33 | 2A |
| Octal | 65 | 214 | 242 | 103 | 16 | 0 | 44 | 300 | 63 | 52 |
| Binary | 110101 | 10001100 | 10100010 | 1000011 | 1110 | 0 | 100100 | 11000000 | 110011 | 101010 |
Color Harmonies of #358CA2
Complementary color
Monochromatic Colors of #358CA2
Black with #358CA2
Text Example
Text Example
White with #358CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358CA2; }
p { color: rgb(53,140,162); }
H1.HeaderClassName
{
color: #358CA2;
}
.AnyTagClassName
{
color: #358CA2;
}
</style>
background-color css
<style>
a { background-color: #358CA2; }
a { background-color: rgb(53,140,162); }
div.DivClassName
{
background-color: #358CA2;
}
.BgClassName
{
background-color: #358CA2;
}
</style>
border-color css
<style>
span { border-color: #358CA2; }
span { border-color: rgb(53,140,162); }
td.TdClassName
{
border-color: #358CA2;
}
.TagClassName
{
border-color: #358CA2;
}
</style>