#358EA2

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

Shades of Scooter #358EA2

Tints of Scooter #358EA2

Color information

#358EA2 (or 0x358EA2) is unknown color: approx Scooter. HEX triplet: 35, 8E and A2. RGB value is (53,142,162). Sum of RGB (Red+Green+Blue) = 53+142+162=357 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.85% from 357); Green value is 142 (55.86% from 255 or 39.78% from 357); Blue value is 162 (63.67% from 255 or 45.38% from 357); Max value from RGB is 162 - color contains mainly: blue. Hex color #358EA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358EA2 is #CA715D. Grayscale: #757575. Windows color (decimal): -13267294 or 10653237. OLE color: 10653237.

HSL color Cylindrical-coordinate representation of color #358EA2: hue angle of 191.01º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #358EA2 is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB53142162-
CMYK0.670.1200.36
HSL191.01º50.7%42.16%-
HSV(B)191.01º67.28%63.53%-
XYZ17.6622.7137.64-
YUV117.67153.0181.87-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.85%
GREEN value IS 142 (55.86% from 255) = 39.78%
BLUE value IS 162 (63.67% from 255) = 45.38%
R=14.85%
G=39.78%
B=45.38%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal531421620.670.1200.36191.0150.742.16
Hex358EA243C024bf332a
Octal65216242103140442776352
Binary110101100011101010001010000111100010010010111111110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,142,162); }

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

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

 a { background-color: rgb(53,142,162); }

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

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

 span { border-color: rgb(53,142,162); }

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