#2884ad

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

Shades of Scooter #2884AD

Tints of Scooter #2884AD

Color information

#2884AD (or 0x2884AD) is unknown color: approx Scooter. HEX triplet: 28, 84 and AD. RGB value is (40,132,173). Sum of RGB (Red+Green+Blue) = 40+132+173=345 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.59% from 345); Green value is 132 (51.95% from 255 or 38.26% from 345); Blue value is 173 (67.97% from 255 or 50.14% from 345); Max value from RGB is 173 - color contains mainly: blue. Hex color #2884AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2884AD is #D77B52. Grayscale: #6C6C6C. Windows color (decimal): -14121811 or 11371560. OLE color: 11371560.

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

Color convert

RGB40132173-
CMYK0.770.2400.32
HSL198.5º62.44%41.76%-
HSV(B)198.5º76.88%67.84%-
XYZ16.6719.9742.51-
YUV109.17164.0278.67-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.59%
GREEN value IS 132 (51.95% from 255) = 38.26%
BLUE value IS 173 (67.97% from 255) = 50.14%
R=11.59%
G=38.26%
B=50.14%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal401321730.770.2400.32198.562.4441.76
Hex2884AD4D18020c63e2a
Octal50204255115300403067652
Binary1010001000010010101101100110111000010000011000110111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2884ad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2884ad; }

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

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

<style>
 a { background-color: #2884ad; }

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

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

<style>
 span { border-color: #2884ad; }

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

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