#2581AB

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

Shades of Scooter #2581AB

Tints of Scooter #2581AB

Color information

#2581AB (or 0x2581AB) is unknown color: approx Scooter. HEX triplet: 25, 81 and AB. RGB value is (37,129,171). Sum of RGB (Red+Green+Blue) = 37+129+171=337 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.98% from 337); Green value is 129 (50.78% from 255 or 38.28% from 337); Blue value is 171 (67.19% from 255 or 50.74% from 337); Max value from RGB is 171 - color contains mainly: blue. Hex color #2581AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2581AB is #DA7E54. Grayscale: #6A6A6A. Windows color (decimal): -14319189 or 11239717. OLE color: 11239717.

HSL color Cylindrical-coordinate representation of color #2581AB: hue angle of 198.81º 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 #2581AB is Cyan = 0.78, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB37129171-
CMYK0.780.2500.33
HSL198.81º64.42%40.78%-
HSV(B)198.81º78.36%67.06%-
XYZ15.9619.0341.36-
YUV106.28164.5278.58-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.98%
GREEN value IS 129 (50.78% from 255) = 38.28%
BLUE value IS 171 (67.19% from 255) = 50.74%
R=10.98%
G=38.28%
B=50.74%

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
Decimal371291710.780.2500.33198.8164.4240.78
Hex2581AB4E19021c74029
Octal452012531163104130710051
Binary10010110000001101010111001110110010100001110001111000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2581AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2581AB; }

 p { color: rgb(37,129,171); }

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

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

 a { background-color: rgb(37,129,171); }

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

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

 span { border-color: rgb(37,129,171); }

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