#358FA1

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

Shades of Scooter #358FA1

Tints of Scooter #358FA1

Color information

#358FA1 (or 0x358FA1) is unknown color: approx Scooter. HEX triplet: 35, 8F and A1. RGB value is (53,143,161). Sum of RGB (Red+Green+Blue) = 53+143+161=357 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.85% from 357); Green value is 143 (56.25% from 255 or 40.06% from 357); Blue value is 161 (63.28% from 255 or 45.10% from 357); Max value from RGB is 161 - color contains mainly: blue. Hex color #358FA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358FA1 is #CA705E. Grayscale: #757575. Windows color (decimal): -13267039 or 10587957. OLE color: 10587957.

HSL color Cylindrical-coordinate representation of color #358FA1: hue angle of 190º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #358FA1 is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB53143161-
CMYK0.670.1100.37
HSL190º50.47%41.96%-
HSV(B)190º67.08%63.14%-
XYZ17.7222.9837.22-
YUV118.14152.1881.54-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.85%
GREEN value IS 143 (56.25% from 255) = 40.06%
BLUE value IS 161 (63.28% from 255) = 45.10%
R=14.85%
G=40.06%
B=45.10%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal531431610.670.1100.3719050.4741.96
Hex358FA143B025be322a
Octal65217241103130452766252
Binary110101100011111010000110000111011010010110111110110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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