#2681AB

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

Shades of Scooter #2681AB

Tints of Scooter #2681AB

Color information

#2681AB (or 0x2681AB) is unknown color: approx Scooter. HEX triplet: 26, 81 and AB. RGB value is (38,129,171). Sum of RGB (Red+Green+Blue) = 38+129+171=338 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.24% from 338); Green value is 129 (50.78% from 255 or 38.17% from 338); Blue value is 171 (67.19% from 255 or 50.59% from 338); Max value from RGB is 171 - color contains mainly: blue. Hex color #2681AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2681AB is #D97E54. Grayscale: #6A6A6A. Windows color (decimal): -14253653 or 11239718. OLE color: 11239718.

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

Color convert

RGB38129171-
CMYK0.780.2500.33
HSL198.95º63.64%40.98%-
HSV(B)198.95º77.78%67.06%-
XYZ1619.0541.36-
YUV106.58164.3579.08-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.24%
GREEN value IS 129 (50.78% from 255) = 38.17%
BLUE value IS 171 (67.19% from 255) = 50.59%
R=11.24%
G=38.17%
B=50.59%

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
Decimal381291710.780.2500.33198.9563.6440.98
Hex2681AB4E19021c74029
Octal462012531163104130710051
Binary10011010000001101010111001110110010100001110001111000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2681AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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