#358B9E

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

Shades of Scooter #358B9E

Tints of Scooter #358B9E

Color information

#358B9E (or 0x358B9E) is unknown color: approx Scooter. HEX triplet: 35, 8B and 9E. RGB value is (53,139,158). Sum of RGB (Red+Green+Blue) = 53+139+158=350 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.14% from 350); Green value is 139 (54.69% from 255 or 39.71% from 350); Blue value is 158 (62.11% from 255 or 45.14% from 350); Max value from RGB is 158 - color contains mainly: blue. Hex color #358B9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358B9E is #CA7461. Grayscale: #737373. Windows color (decimal): -13268066 or 10390325. OLE color: 10390325.

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

Color convert

RGB53139158-
CMYK0.660.1200.38
HSL190.86º49.76%41.37%-
HSV(B)190.86º66.46%61.96%-
XYZ16.8721.6935.65-
YUV115.45152.0183.46-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.14%
GREEN value IS 139 (54.69% from 255) = 39.71%
BLUE value IS 158 (62.11% from 255) = 45.14%
R=15.14%
G=39.71%
B=45.14%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal531391580.660.1200.38190.8649.7641.37
Hex358B9E42C026bf3229
Octal65213236102140462776251
Binary110101100010111001111010000101100010011010111111110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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