#2680A1

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

Shades of Scooter #2680A1

Tints of Scooter #2680A1

Color information

#2680A1 (or 0x2680A1) is unknown color: approx Scooter. HEX triplet: 26, 80 and A1. RGB value is (38,128,161). Sum of RGB (Red+Green+Blue) = 38+128+161=327 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.62% from 327); Green value is 128 (50.39% from 255 or 39.14% from 327); Blue value is 161 (63.28% from 255 or 49.24% from 327); Max value from RGB is 161 - color contains mainly: blue. Hex color #2680A1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2680A1 is #D97F5E. Grayscale: #686868. Windows color (decimal): -14253919 or 10584102. OLE color: 10584102.

HSL color Cylindrical-coordinate representation of color #2680A1: hue angle of 196.1º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2680A1 is Cyan = 0.76, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB38128161-
CMYK0.760.2000.37
HSL196.1º61.81%39.02%-
HSV(B)196.1º76.4%63.14%-
XYZ14.9518.4236.49-
YUV104.85159.6880.32-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.62%
GREEN value IS 128 (50.39% from 255) = 39.14%
BLUE value IS 161 (63.28% from 255) = 49.24%
R=11.62%
G=39.14%
B=49.24%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal381281610.760.2000.37196.161.8139.02
Hex2680A14C14025c43e27
Octal46200241114240453047647
Binary1001101000000010100001100110010100010010111000100111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2680A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2680A1; }

 p { color: rgb(38,128,161); }

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

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

 a { background-color: rgb(38,128,161); }

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

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

 span { border-color: rgb(38,128,161); }

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