Shades of Scooter #358F9C
Tints of Scooter #358F9C
RGB
CMYK
RGB Variations
Color information
#358F9C (or 0x358F9C) is known color: Scooter. HEX triplet: 35, 8F and 9C. RGB value is (53,143,156). Sum of RGB (Red+Green+Blue) = 53+143+156=352 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.06% from 352); Green value is 143 (56.25% from 255 or 40.62% from 352); Blue value is 156 (61.33% from 255 or 44.32% from 352); Max value from RGB is 156 - color contains mainly: blue. Hex color #358F9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358F9C is #CA7063. Grayscale: #757575. Windows color (decimal): -13267044 or 10260277. OLE color: 10260277.
HSL color Cylindrical-coordinate representation of color #358F9C: hue angle of 187.57º 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 #358F9C is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 53 | 143 | 156 | - |
| CMYK | 0.66 | 0.08 | 0 | 0.39 |
| HSL | 187.57º | 0.49% | 0.41% | - |
| HSV(B) | 187.57º | 0.66% | 0.61% | - |
| XYZ | 17.29 | 22.8 | 34.94 | - |
| YUV | 117.57 | 149.68 | 81.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 143 | 156 | 0.66 | 0.08 | 0 | 0.39 | 187.57 | 0.49 | 0.41 |
| Hex | 35 | 8F | 9C | 42 | 8 | 0 | 27 | BC | 31 | 29 |
| Octal | 65 | 217 | 234 | 102 | 10 | 0 | 47 | 274 | 61 | 51 |
| Binary | 110101 | 10001111 | 10011100 | 1000010 | 1000 | 0 | 100111 | 10111100 | 110001 | 101001 |
Color Harmonies of #358F9C
Complementary color
Monochromatic Colors of #358F9C
Black with #358F9C
Text Example
Text Example
White with #358F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358F9C; }
p { color: rgb(53,143,156); }
H1.HeaderClassName
{
color: #358F9C;
}
.AnyTagClassName
{
color: #358F9C;
}
</style>
background-color css
<style>
a { background-color: #358F9C; }
a { background-color: rgb(53,143,156); }
div.DivClassName
{
background-color: #358F9C;
}
.BgClassName
{
background-color: #358F9C;
}
</style>
border-color css
<style>
span { border-color: #358F9C; }
span { border-color: rgb(53,143,156); }
td.TdClassName
{
border-color: #358F9C;
}
.TagClassName
{
border-color: #358F9C;
}
</style>