#2884AF

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

Shades of Scooter #2884AF

Tints of Scooter #2884AF

Color information

#2884AF (or 0x2884AF) is unknown color: approx Scooter. HEX triplet: 28, 84 and AF. RGB value is (40,132,175). Sum of RGB (Red+Green+Blue) = 40+132+175=347 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.53% from 347); Green value is 132 (51.95% from 255 or 38.04% from 347); Blue value is 175 (68.75% from 255 or 50.43% from 347); Max value from RGB is 175 - color contains mainly: blue. Hex color #2884AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2884AF is #D77B50. Grayscale: #6D6D6D. Windows color (decimal): -14121809 or 11502632. OLE color: 11502632.

HSL color Cylindrical-coordinate representation of color #2884AF: hue angle of 199.11º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2884AF is Cyan = 0.77, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB40132175-
CMYK0.770.2500.31
HSL199.11º62.79%42.16%-
HSV(B)199.11º77.14%68.63%-
XYZ16.8620.0543.54-
YUV109.39165.0278.5-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.53%
GREEN value IS 132 (51.95% from 255) = 38.04%
BLUE value IS 175 (68.75% from 255) = 50.43%
R=11.53%
G=38.04%
B=50.43%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal401321750.770.2500.31199.1162.7942.16
Hex2884AF4D1901Fc73f2a
Octal50204257115310373077752
Binary101000100001001010111110011011100101111111000111111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2884AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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