#358A9D

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

Shades of Scooter #358A9D

Tints of Scooter #358A9D

Color information

#358A9D (or 0x358A9D) is unknown color: approx Scooter. HEX triplet: 35, 8A and 9D. RGB value is (53,138,157). Sum of RGB (Red+Green+Blue) = 53+138+157=348 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.23% from 348); Green value is 138 (54.30% from 255 or 39.66% from 348); Blue value is 157 (61.72% from 255 or 45.11% from 348); Max value from RGB is 157 - color contains mainly: blue. Hex color #358A9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358A9D is #CA7562. Grayscale: #727272. Windows color (decimal): -13268323 or 10324533. OLE color: 10324533.

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

Color convert

RGB53138157-
CMYK0.660.1200.38
HSL190.96º49.52%41.18%-
HSV(B)190.96º66.24%61.57%-
XYZ16.6421.3735.15-
YUV114.75151.8483.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.23%
GREEN value IS 138 (54.30% from 255) = 39.66%
BLUE value IS 157 (61.72% from 255) = 45.11%
R=15.23%
G=39.66%
B=45.11%

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
Decimal531381570.660.1200.38190.9649.5241.18
Hex358A9D42C026bf3229
Octal65212235102140462776251
Binary110101100010101001110110000101100010011010111111110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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