Shades of Scooter #358F9B
Tints of Scooter #358F9B
RGB
CMYK
RGB Variations
Color information
#358F9B (or 0x358F9B) is known color: Scooter. HEX triplet: 35, 8F and 9B. RGB value is (53,143,155). Sum of RGB (Red+Green+Blue) = 53+143+155=351 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.10% from 351); Green value is 143 (56.25% from 255 or 40.74% from 351); Blue value is 155 (60.94% from 255 or 44.16% from 351); Max value from RGB is 155 - color contains mainly: blue. Hex color #358F9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358F9B is #CA7064. Grayscale: #757575. Windows color (decimal): -13267045 or 10194741. OLE color: 10194741.
HSL color Cylindrical-coordinate representation of color #358F9B: hue angle of 187.06º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #358F9B is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 53 | 143 | 155 | - |
| CMYK | 0.66 | 0.08 | 0 | 0.39 |
| HSL | 187.06º | 0.49% | 0.41% | - |
| HSV(B) | 187.06º | 0.66% | 0.61% | - |
| XYZ | 17.21 | 22.77 | 34.5 | - |
| YUV | 117.46 | 149.18 | 82.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 143 | 155 | 0.66 | 0.08 | 0 | 0.39 | 187.06 | 0.49 | 0.41 |
| Hex | 35 | 8F | 9B | 42 | 8 | 0 | 27 | BB | 31 | 29 |
| Octal | 65 | 217 | 233 | 102 | 10 | 0 | 47 | 273 | 61 | 51 |
| Binary | 110101 | 10001111 | 10011011 | 1000010 | 1000 | 0 | 100111 | 10111011 | 110001 | 101001 |
Color Harmonies of #358F9B
Complementary color
Monochromatic Colors of #358F9B
Black with #358F9B
Text Example
Text Example
White with #358F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358F9B; }
p { color: rgb(53,143,155); }
H1.HeaderClassName
{
color: #358F9B;
}
.AnyTagClassName
{
color: #358F9B;
}
</style>
background-color css
<style>
a { background-color: #358F9B; }
a { background-color: rgb(53,143,155); }
div.DivClassName
{
background-color: #358F9B;
}
.BgClassName
{
background-color: #358F9B;
}
</style>
border-color css
<style>
span { border-color: #358F9B; }
span { border-color: rgb(53,143,155); }
td.TdClassName
{
border-color: #358F9B;
}
.TagClassName
{
border-color: #358F9B;
}
</style>