#358B9B

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

Shades of Scooter #358B9B

Tints of Scooter #358B9B

Color information

#358B9B (or 0x358B9B) is unknown color: approx Scooter. HEX triplet: 35, 8B and 9B. RGB value is (53,139,155). Sum of RGB (Red+Green+Blue) = 53+139+155=347 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.27% from 347); Green value is 139 (54.69% from 255 or 40.06% from 347); Blue value is 155 (60.94% from 255 or 44.67% from 347); Max value from RGB is 155 - color contains mainly: blue. Hex color #358B9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358B9B is #CA7464. Grayscale: #727272. Windows color (decimal): -13268069 or 10193717. OLE color: 10193717.

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

Color convert

RGB53139155-
CMYK0.660.1000.39
HSL189.41º49.04%40.78%-
HSV(B)189.41º65.81%60.78%-
XYZ16.6221.5934.3-
YUV115.11150.5183.7-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.27%
GREEN value IS 139 (54.69% from 255) = 40.06%
BLUE value IS 155 (60.94% from 255) = 44.67%
R=15.27%
G=40.06%
B=44.67%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal531391550.660.1000.39189.4149.0440.78
Hex358B9B42A027bd3129
Octal65213233102120472756151
Binary110101100010111001101110000101010010011110111101110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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