#2890A4

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

Shades of Scooter #2890A4

Tints of Scooter #2890A4

Color information

#2890A4 (or 0x2890A4) is unknown color: approx Scooter. HEX triplet: 28, 90 and A4. RGB value is (40,144,164). Sum of RGB (Red+Green+Blue) = 40+144+164=348 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.49% from 348); Green value is 144 (56.64% from 255 or 41.38% from 348); Blue value is 164 (64.45% from 255 or 47.13% from 348); Max value from RGB is 164 - color contains mainly: blue. Hex color #2890A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2890A4 is #D76F5B. Grayscale: #737373. Windows color (decimal): -14118748 or 10784808. OLE color: 10784808.

HSL color Cylindrical-coordinate representation of color #2890A4: hue angle of 189.68º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2890A4 is Cyan = 0.76, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB40144164-
CMYK0.760.1200.36
HSL189.68º60.78%40%-
HSV(B)189.68º75.61%64.31%-
XYZ17.5523.0838.65-
YUV115.18155.5474.37-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.49%
GREEN value IS 144 (56.64% from 255) = 41.38%
BLUE value IS 164 (64.45% from 255) = 47.13%
R=11.49%
G=41.38%
B=47.13%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal401441640.760.1200.36189.6860.7840
Hex2890A44CC024be3d28
Octal50220244114140442767550
Binary101000100100001010010010011001100010010010111110111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2890A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2890A4; }

 p { color: rgb(40,144,164); }

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

<style>
 a { background-color: #2890A4; }

 a { background-color: rgb(40,144,164); }

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

<style>
 span { border-color: #2890A4; }

 span { border-color: rgb(40,144,164); }

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