#2885AF

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

Shades of Scooter #2885AF

Tints of Scooter #2885AF

Color information

#2885AF (or 0x2885AF) is unknown color: approx Scooter. HEX triplet: 28, 85 and AF. RGB value is (40,133,175). Sum of RGB (Red+Green+Blue) = 40+133+175=348 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.49% from 348); Green value is 133 (52.34% from 255 or 38.22% from 348); Blue value is 175 (68.75% from 255 or 50.29% from 348); Max value from RGB is 175 - color contains mainly: blue. Hex color #2885AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2885AF is #D77A50. Grayscale: #6D6D6D. Windows color (decimal): -14121553 or 11502888. OLE color: 11502888.

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

Color convert

RGB40133175-
CMYK0.770.2400.31
HSL198.67º62.79%42.16%-
HSV(B)198.67º77.14%68.63%-
XYZ1720.3243.58-
YUV109.98164.6978.08-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.49%
GREEN value IS 133 (52.34% from 255) = 38.22%
BLUE value IS 175 (68.75% from 255) = 50.29%
R=11.49%
G=38.22%
B=50.29%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal401331750.770.2400.31198.6762.7942.16
Hex2885AF4D1801Fc73f2a
Octal50205257115300373077752
Binary101000100001011010111110011011100001111111000111111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2885AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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