#358A9B

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

Shades of Scooter #358A9B

Tints of Scooter #358A9B

Color information

#358A9B (or 0x358A9B) is unknown color: approx Scooter. HEX triplet: 35, 8A and 9B. RGB value is (53,138,155). Sum of RGB (Red+Green+Blue) = 53+138+155=346 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.32% from 346); Green value is 138 (54.30% from 255 or 39.88% from 346); Blue value is 155 (60.94% from 255 or 44.80% from 346); Max value from RGB is 155 - color contains mainly: blue. Hex color #358A9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358A9B is #CA7564. Grayscale: #727272. Windows color (decimal): -13268325 or 10193461. OLE color: 10193461.

HSL color Cylindrical-coordinate representation of color #358A9B: hue angle of 190º 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 #358A9B is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB53138155-
CMYK0.660.1100.39
HSL190º49.04%40.78%-
HSV(B)190º65.81%60.78%-
XYZ16.4721.334.25-
YUV114.52150.8484.12-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.32%
GREEN value IS 138 (54.30% from 255) = 39.88%
BLUE value IS 155 (60.94% from 255) = 44.80%
R=15.32%
G=39.88%
B=44.80%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal531381550.660.1100.3919049.0440.78
Hex358A9B42B027be3129
Octal65212233102130472766151
Binary110101100010101001101110000101011010011110111110110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,138,155); }

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

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

 a { background-color: rgb(53,138,155); }

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

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

 span { border-color: rgb(53,138,155); }

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