#358D99

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

Shades of Scooter #358D99

Tints of Scooter #358D99

Color information

#358D99 (or 0x358D99) is unknown color: approx Scooter. HEX triplet: 35, 8D and 99. RGB value is (53,141,153). Sum of RGB (Red+Green+Blue) = 53+141+153=347 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.27% from 347); Green value is 141 (55.47% from 255 or 40.63% from 347); Blue value is 153 (60.16% from 255 or 44.09% from 347); Max value from RGB is 153 - color contains mainly: blue. Hex color #358D99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358D99 is #CA7266. Grayscale: #737373. Windows color (decimal): -13267559 or 10063157. OLE color: 10063157.

HSL color Cylindrical-coordinate representation of color #358D99: hue angle of 187.2º 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 #358D99 is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB53141153-
CMYK0.650.0800.4
HSL187.2º48.54%40.39%-
HSV(B)187.2º65.36%60%-
XYZ16.7422.1133.52-
YUV116.06148.8583.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.27%
GREEN value IS 141 (55.47% from 255) = 40.63%
BLUE value IS 153 (60.16% from 255) = 44.09%
R=15.27%
G=40.63%
B=44.09%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal531411530.650.0800.4187.248.5440.39
Hex358D99418028bb3128
Octal65215231101100502736150
Binary110101100011011001100110000011000010100010111011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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