#358A99

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

Shades of Scooter #358A99

Tints of Scooter #358A99

Color information

#358A99 (or 0x358A99) is unknown color: approx Scooter. HEX triplet: 35, 8A and 99. RGB value is (53,138,153). Sum of RGB (Red+Green+Blue) = 53+138+153=344 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.41% from 344); Green value is 138 (54.30% from 255 or 40.12% from 344); Blue value is 153 (60.16% from 255 or 44.48% from 344); Max value from RGB is 153 - color contains mainly: blue. Hex color #358A99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358A99 is #CA7566. Grayscale: #727272. Windows color (decimal): -13268327 or 10062389. OLE color: 10062389.

HSL color Cylindrical-coordinate representation of color #358A99: hue angle of 189º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #358A99 is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB53138153-
CMYK0.650.1000.4
HSL189º48.54%40.39%-
HSV(B)189º65.36%60%-
XYZ16.3121.2333.38-
YUV114.29149.8484.28-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.41%
GREEN value IS 138 (54.30% from 255) = 40.12%
BLUE value IS 153 (60.16% from 255) = 44.48%
R=15.41%
G=40.12%
B=44.48%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal531381530.650.1000.418948.5440.39
Hex358A9941A028bd3128
Octal65212231101120502756150
Binary110101100010101001100110000011010010100010111101110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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