Shades of Scooter #358F9A
Tints of Scooter #358F9A
RGB
CMYK
RGB Variations
Color information
#358F9A (or 0x358F9A) is known color: Scooter. HEX triplet: 35, 8F and 9A. RGB value is (53,143,154). Sum of RGB (Red+Green+Blue) = 53+143+154=350 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.14% from 350); Green value is 143 (56.25% from 255 or 40.86% from 350); Blue value is 154 (60.55% from 255 or 44% from 350); Max value from RGB is 154 - color contains mainly: blue. Hex color #358F9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358F9A is #CA7065. Grayscale: #757575. Windows color (decimal): -13267046 or 10129205. OLE color: 10129205.
HSL color Cylindrical-coordinate representation of color #358F9A: hue angle of 186.53º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #358F9A is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 53 | 143 | 154 | - |
| CMYK | 0.66 | 0.07 | 0 | 0.40 |
| HSL | 186.53º | 0.49% | 0.41% | - |
| HSV(B) | 186.53º | 0.66% | 0.6% | - |
| XYZ | 17.12 | 22.73 | 34.06 | - |
| YUV | 117.34 | 148.68 | 82.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 143 | 154 | 0.66 | 0.07 | 0 | 0.40 | 186.53 | 0.49 | 0.41 |
| Hex | 35 | 8F | 9A | 42 | 7 | 0 | 28 | BB | 31 | 29 |
| Octal | 65 | 217 | 232 | 102 | 7 | 0 | 50 | 273 | 61 | 51 |
| Binary | 110101 | 10001111 | 10011010 | 1000010 | 111 | 0 | 101000 | 10111011 | 110001 | 101001 |
Color Harmonies of #358F9A
Complementary color
Monochromatic Colors of #358F9A
Black with #358F9A
Text Example
Text Example
White with #358F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358F9A; }
p { color: rgb(53,143,154); }
H1.HeaderClassName
{
color: #358F9A;
}
.AnyTagClassName
{
color: #358F9A;
}
</style>
background-color css
<style>
a { background-color: #358F9A; }
a { background-color: rgb(53,143,154); }
div.DivClassName
{
background-color: #358F9A;
}
.BgClassName
{
background-color: #358F9A;
}
</style>
border-color css
<style>
span { border-color: #358F9A; }
span { border-color: rgb(53,143,154); }
td.TdClassName
{
border-color: #358F9A;
}
.TagClassName
{
border-color: #358F9A;
}
</style>