#2885AD

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

Shades of Scooter #2885AD

Tints of Scooter #2885AD

Color information

#2885AD (or 0x2885AD) is unknown color: approx Scooter. HEX triplet: 28, 85 and AD. RGB value is (40,133,173). Sum of RGB (Red+Green+Blue) = 40+133+173=346 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.56% from 346); Green value is 133 (52.34% from 255 or 38.44% from 346); Blue value is 173 (67.97% from 255 or 50% from 346); Max value from RGB is 173 - color contains mainly: blue. Hex color #2885AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2885AD is #D77A52. Grayscale: #6D6D6D. Windows color (decimal): -14121555 or 11371816. OLE color: 11371816.

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

Color convert

RGB40133173-
CMYK0.770.2300.32
HSL198.05º62.44%41.76%-
HSV(B)198.05º76.88%67.84%-
XYZ16.8120.2442.56-
YUV109.75163.6978.25-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.56%
GREEN value IS 133 (52.34% from 255) = 38.44%
BLUE value IS 173 (67.97% from 255) = 50%
R=11.56%
G=38.44%
B=50%

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
Decimal401331730.770.2300.32198.0562.4441.76
Hex2885AD4D17020c63e2a
Octal50205255115270403067652
Binary1010001000010110101101100110110111010000011000110111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2885AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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