#2E81A2

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

Shades of Scooter #2E81A2

Tints of Scooter #2E81A2

Color information

#2E81A2 (or 0x2E81A2) is unknown color: approx Scooter. HEX triplet: 2E, 81 and A2. RGB value is (46,129,162). Sum of RGB (Red+Green+Blue) = 46+129+162=337 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.65% from 337); Green value is 129 (50.78% from 255 or 38.28% from 337); Blue value is 162 (63.67% from 255 or 48.07% from 337); Max value from RGB is 162 - color contains mainly: blue. Hex color #2E81A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E81A2 is #D17E5D. Grayscale: #6B6B6B. Windows color (decimal): -13729374 or 10649902. OLE color: 10649902.

HSL color Cylindrical-coordinate representation of color #2E81A2: hue angle of 197.07º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2E81A2 is Cyan = 0.72, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB46129162-
CMYK0.720.2000.36
HSL197.07º55.77%40.78%-
HSV(B)197.07º71.6%63.53%-
XYZ15.518.8937.01-
YUV107.94158.583.82-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.65%
GREEN value IS 129 (50.78% from 255) = 38.28%
BLUE value IS 162 (63.67% from 255) = 48.07%
R=13.65%
G=38.28%
B=48.07%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal461291620.720.2000.36197.0755.7740.78
Hex2E81A24814024c53829
Octal56201242110240443057051
Binary1011101000000110100010100100010100010010011000101111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E81A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E81A2; }

 p { color: rgb(46,129,162); }

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

<style>
 a { background-color: #2E81A2; }

 a { background-color: rgb(46,129,162); }

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

<style>
 span { border-color: #2E81A2; }

 span { border-color: rgb(46,129,162); }

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