#358D9E

Color #358D9E Scooter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scooter #358D9E

Tints of Scooter #358D9E

Color information

#358D9E (or 0x358D9E) is unknown color: approx Scooter. HEX triplet: 35, 8D and 9E. RGB value is (53,141,158). Sum of RGB (Red+Green+Blue) = 53+141+158=352 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.06% from 352); Green value is 141 (55.47% from 255 or 40.06% from 352); Blue value is 158 (62.11% from 255 or 44.89% from 352); Max value from RGB is 158 - color contains mainly: blue. Hex color #358D9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358D9E is #CA7261. Grayscale: #747474. Windows color (decimal): -13267554 or 10390837. OLE color: 10390837.

HSL color Cylindrical-coordinate representation of color #358D9E: hue angle of 189.71º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #358D9E is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB53141158-
CMYK0.660.1100.38
HSL189.71º49.76%41.37%-
HSV(B)189.71º66.46%61.96%-
XYZ17.1622.2835.74-
YUV116.63151.3582.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 53 (21.09% from 255) = 15.06%
GREEN value IS 141 (55.47% from 255) = 40.06%
BLUE value IS 158 (62.11% from 255) = 44.89%
R=15.06%
G=40.06%
B=44.89%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal531411580.660.1100.38189.7149.7641.37
Hex358D9E42B026be3229
Octal65215236102130462766251
Binary110101100011011001111010000101011010011010111110110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358D9E; }

 p { color: rgb(53,141,158); }

 H1.HeaderClassName
 {
   color: #358D9E;
 }
 .AnyTagClassName
 {
   color: #358D9E;
 }
</style>
background-color css

<style>
 a { background-color: #358D9E; }

 a { background-color: rgb(53,141,158); }

 div.DivClassName
 {
   background-color: #358D9E;
 }
 .BgClassName
 {
   background-color: #358D9E;
 }
</style>
border-color css

<style>
 span { border-color: #358D9E; }

 span { border-color: rgb(53,141,158); }

 td.TdClassName
 {
   border-color: #358D9E;
 }
 .TagClassName
 {
   border-color: #358D9E;
 }
</style>