#2682ab

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

Shades of Scooter #2682AB

Tints of Scooter #2682AB

Color information

#2682AB (or 0x2682AB) is unknown color: approx Scooter. HEX triplet: 26, 82 and AB. RGB value is (38,130,171). Sum of RGB (Red+Green+Blue) = 38+130+171=339 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.21% from 339); Green value is 130 (51.17% from 255 or 38.35% from 339); Blue value is 171 (67.19% from 255 or 50.44% from 339); Max value from RGB is 171 - color contains mainly: blue. Hex color #2682AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2682AB is #D97D54. Grayscale: #6A6A6A. Windows color (decimal): -14253397 or 11239974. OLE color: 11239974.

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

Color convert

RGB38130171-
CMYK0.780.2400.33
HSL198.5º63.64%40.98%-
HSV(B)198.5º77.78%67.06%-
XYZ16.1319.3241.41-
YUV107.17164.0278.67-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.21%
GREEN value IS 130 (51.17% from 255) = 38.35%
BLUE value IS 171 (67.19% from 255) = 50.44%
R=11.21%
G=38.35%
B=50.44%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal381301710.780.2400.33198.563.6440.98
Hex2682AB4E18021c64029
Octal462022531163004130610051
Binary10011010000010101010111001110110000100001110001101000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2682ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2682ab; }

 p { color: rgb(38,130,171); }

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

<style>
 a { background-color: #2682ab; }

 a { background-color: rgb(38,130,171); }

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

<style>
 span { border-color: #2682ab; }

 span { border-color: rgb(38,130,171); }

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