#3580A5

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

Shades of Scooter #3580A5

Tints of Scooter #3580A5

Color information

#3580A5 (or 0x3580A5) is unknown color: approx Scooter. HEX triplet: 35, 80 and A5. RGB value is (53,128,165). Sum of RGB (Red+Green+Blue) = 53+128+165=346 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.32% from 346); Green value is 128 (50.39% from 255 or 36.99% from 346); Blue value is 165 (64.84% from 255 or 47.69% from 346); Max value from RGB is 165 - color contains mainly: blue. Hex color #3580A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3580A5 is #CA7F5A. Grayscale: #6D6D6D. Windows color (decimal): -13270875 or 10846261. OLE color: 10846261.

HSL color Cylindrical-coordinate representation of color #3580A5: hue angle of 199.82º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3580A5 is Cyan = 0.68, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB53128165-
CMYK0.680.2200.35
HSL199.82º51.38%42.75%-
HSV(B)199.82º67.88%64.71%-
XYZ15.9818.9138.41-
YUV109.79159.1587.49-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.32%
GREEN value IS 128 (50.39% from 255) = 36.99%
BLUE value IS 165 (64.84% from 255) = 47.69%
R=15.32%
G=36.99%
B=47.69%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal531281650.680.2200.35199.8251.3842.75
Hex3580A54416023c8332b
Octal65200245104260433106353
Binary1101011000000010100101100010010110010001111001000110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3580A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3580A5; }

 p { color: rgb(53,128,165); }

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

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

 a { background-color: rgb(53,128,165); }

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

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

 span { border-color: rgb(53,128,165); }

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