#2A80AB

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

Shades of Scooter #2A80AB

Tints of Scooter #2A80AB

Color information

#2A80AB (or 0x2A80AB) is unknown color: approx Scooter. HEX triplet: 2A, 80 and AB. RGB value is (42,128,171). Sum of RGB (Red+Green+Blue) = 42+128+171=341 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.32% from 341); Green value is 128 (50.39% from 255 or 37.54% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #2A80AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A80AB is #D57F54. Grayscale: #6A6A6A. Windows color (decimal): -13991765 or 11239466. OLE color: 11239466.

HSL color Cylindrical-coordinate representation of color #2A80AB: hue angle of 200º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2A80AB is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB42128171-
CMYK0.750.2500.33
HSL200º60.56%41.76%-
HSV(B)200º75.44%67.06%-
XYZ16.0218.8741.33-
YUV107.19164.0181.5-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.32%
GREEN value IS 128 (50.39% from 255) = 37.54%
BLUE value IS 171 (67.19% from 255) = 50.15%
R=12.32%
G=37.54%
B=50.15%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal421281710.750.2500.3320060.5641.76
Hex2A80AB4B19021c83d2a
Octal52200253113310413107552
Binary1010101000000010101011100101111001010000111001000111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A80AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A80AB; }

 p { color: rgb(42,128,171); }

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

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

 a { background-color: rgb(42,128,171); }

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

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

 span { border-color: rgb(42,128,171); }

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