#2886AD

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

Shades of Scooter #2886AD

Tints of Scooter #2886AD

Color information

#2886AD (or 0x2886AD) is unknown color: approx Scooter. HEX triplet: 28, 86 and AD. RGB value is (40,134,173). Sum of RGB (Red+Green+Blue) = 40+134+173=347 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.53% from 347); Green value is 134 (52.73% from 255 or 38.62% from 347); Blue value is 173 (67.97% from 255 or 49.86% from 347); Max value from RGB is 173 - color contains mainly: blue. Hex color #2886AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2886AD is #D77952. Grayscale: #6E6E6E. Windows color (decimal): -14121299 or 11372072. OLE color: 11372072.

HSL color Cylindrical-coordinate representation of color #2886AD: hue angle of 197.59º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2886AD is Cyan = 0.77, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB40134173-
CMYK0.770.2300.32
HSL197.59º62.44%41.76%-
HSV(B)197.59º76.88%67.84%-
XYZ16.9420.5242.6-
YUV110.34163.3677.83-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.53%
GREEN value IS 134 (52.73% from 255) = 38.62%
BLUE value IS 173 (67.97% from 255) = 49.86%
R=11.53%
G=38.62%
B=49.86%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal401341730.770.2300.32197.5962.4441.76
Hex2886AD4D17020c63e2a
Octal50206255115270403067652
Binary1010001000011010101101100110110111010000011000110111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2886AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2886AD; }

 p { color: rgb(40,134,173); }

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

<style>
 a { background-color: #2886AD; }

 a { background-color: rgb(40,134,173); }

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

<style>
 span { border-color: #2886AD; }

 span { border-color: rgb(40,134,173); }

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