#2890A1

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

Shades of Scooter #2890A1

Tints of Scooter #2890A1

Color information

#2890A1 (or 0x2890A1) is unknown color: approx Scooter. HEX triplet: 28, 90 and A1. RGB value is (40,144,161). Sum of RGB (Red+Green+Blue) = 40+144+161=345 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.59% from 345); Green value is 144 (56.64% from 255 or 41.74% from 345); Blue value is 161 (63.28% from 255 or 46.67% from 345); Max value from RGB is 161 - color contains mainly: blue. Hex color #2890A1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2890A1 is #D76F5E. Grayscale: #727272. Windows color (decimal): -14118751 or 10588200. OLE color: 10588200.

HSL color Cylindrical-coordinate representation of color #2890A1: hue angle of 188.43º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2890A1 is Cyan = 0.75, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB40144161-
CMYK0.750.1100.37
HSL188.43º60.2%39.41%-
HSV(B)188.43º75.16%63.14%-
XYZ17.2822.9737.24-
YUV114.84154.0474.62-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.59%
GREEN value IS 144 (56.64% from 255) = 41.74%
BLUE value IS 161 (63.28% from 255) = 46.67%
R=11.59%
G=41.74%
B=46.67%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal401441610.750.1100.37188.4360.239.41
Hex2890A14BB025bc3c27
Octal50220241113130452747447
Binary101000100100001010000110010111011010010110111100111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2890A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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