#358FA2

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

Shades of Scooter #358FA2

Tints of Scooter #358FA2

Color information

#358FA2 (or 0x358FA2) is unknown color: approx Scooter. HEX triplet: 35, 8F and A2. RGB value is (53,143,162). Sum of RGB (Red+Green+Blue) = 53+143+162=358 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.80% from 358); Green value is 143 (56.25% from 255 or 39.94% from 358); Blue value is 162 (63.67% from 255 or 45.25% from 358); Max value from RGB is 162 - color contains mainly: blue. Hex color #358FA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358FA2 is #CA705D. Grayscale: #767676. Windows color (decimal): -13267038 or 10653493. OLE color: 10653493.

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

Color convert

RGB53143162-
CMYK0.670.1200.36
HSL190.46º50.7%42.16%-
HSV(B)190.46º67.28%63.53%-
XYZ17.8123.0137.69-
YUV118.26152.6881.46-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.80%
GREEN value IS 143 (56.25% from 255) = 39.94%
BLUE value IS 162 (63.67% from 255) = 45.25%
R=14.80%
G=39.94%
B=45.25%

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
Decimal531431620.670.1200.36190.4650.742.16
Hex358FA243C024be332a
Octal65217242103140442766352
Binary110101100011111010001010000111100010010010111110110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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