#2886A5

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

Shades of Scooter #2886A5

Tints of Scooter #2886A5

Color information

#2886A5 (or 0x2886A5) is unknown color: approx Scooter. HEX triplet: 28, 86 and A5. RGB value is (40,134,165). Sum of RGB (Red+Green+Blue) = 40+134+165=339 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.80% from 339); Green value is 134 (52.73% from 255 or 39.53% from 339); Blue value is 165 (64.84% from 255 or 48.67% from 339); Max value from RGB is 165 - color contains mainly: blue. Hex color #2886A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2886A5 is #D7795A. Grayscale: #6D6D6D. Windows color (decimal): -14121307 or 10847784. OLE color: 10847784.

HSL color Cylindrical-coordinate representation of color #2886A5: hue angle of 194.88º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2886A5 is Cyan = 0.76, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB40134165-
CMYK0.760.1900.35
HSL194.88º60.98%40.2%-
HSV(B)194.88º75.76%64.71%-
XYZ16.1920.2238.65-
YUV109.43159.3678.48-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.80%
GREEN value IS 134 (52.73% from 255) = 39.53%
BLUE value IS 165 (64.84% from 255) = 48.67%
R=11.80%
G=39.53%
B=48.67%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal401341650.760.1900.35194.8860.9840.2
Hex2886A54C13023c33d28
Octal50206245114230433037550
Binary1010001000011010100101100110010011010001111000011111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2886A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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