#2580AA

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

Shades of Scooter #2580AA

Tints of Scooter #2580AA

Color information

#2580AA (or 0x2580AA) is unknown color: approx Scooter. HEX triplet: 25, 80 and AA. RGB value is (37,128,170). Sum of RGB (Red+Green+Blue) = 37+128+170=335 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.04% from 335); Green value is 128 (50.39% from 255 or 38.21% from 335); Blue value is 170 (66.80% from 255 or 50.75% from 335); Max value from RGB is 170 - color contains mainly: blue. Hex color #2580AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2580AA is #DA7F55. Grayscale: #696969. Windows color (decimal): -14319446 or 11173925. OLE color: 11173925.

HSL color Cylindrical-coordinate representation of color #2580AA: hue angle of 198.95º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2580AA is Cyan = 0.78, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB37128170-
CMYK0.780.2500.33
HSL198.95º64.25%40.59%-
HSV(B)198.95º78.24%66.67%-
XYZ15.7418.7340.82-
YUV105.58164.3579.08-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.04%
GREEN value IS 128 (50.39% from 255) = 38.21%
BLUE value IS 170 (66.80% from 255) = 50.75%
R=11.04%
G=38.21%
B=50.75%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal371281700.780.2500.33198.9564.2540.59
Hex2580AA4E19021c74029
Octal452002521163104130710051
Binary10010110000000101010101001110110010100001110001111000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2580AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2580AA; }

 p { color: rgb(37,128,170); }

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

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

 a { background-color: rgb(37,128,170); }

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

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

 span { border-color: rgb(37,128,170); }

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