#358290

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

Shades of Scooter #358290

Tints of Scooter #358290

Color information

#358290 (or 0x358290) is unknown color: approx Scooter. HEX triplet: 35, 82 and 90. RGB value is (53,130,144). Sum of RGB (Red+Green+Blue) = 53+130+144=327 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.21% from 327); Green value is 130 (51.17% from 255 or 39.76% from 327); Blue value is 144 (56.64% from 255 or 44.04% from 327); Max value from RGB is 144 - color contains mainly: blue. Hex color #358290 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358290 is #CA7D6F. Grayscale: #6C6C6C. Windows color (decimal): -13270384 or 9470517. OLE color: 9470517.

HSL color Cylindrical-coordinate representation of color #358290: hue angle of 189.23º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #358290 is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB53130144-
CMYK0.630.1000.44
HSL189.23º46.19%38.63%-
HSV(B)189.23º63.19%56.47%-
XYZ14.4818.7429.24-
YUV108.57147.9988.36-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.21%
GREEN value IS 130 (51.17% from 255) = 39.76%
BLUE value IS 144 (56.64% from 255) = 44.04%
R=16.21%
G=39.76%
B=44.04%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal531301440.630.1000.44189.2346.1938.63
Hex3582903FA02Cbd2e27
Octal6520222077120542755647
Binary11010110000010100100001111111010010110010111101101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358290; }

 p { color: rgb(53,130,144); }

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

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

 a { background-color: rgb(53,130,144); }

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

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

 span { border-color: rgb(53,130,144); }

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