#2E8BAB

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

Shades of Scooter #2E8BAB

Tints of Scooter #2E8BAB

Color information

#2E8BAB (or 0x2E8BAB) is unknown color: approx Scooter. HEX triplet: 2E, 8B and AB. RGB value is (46,139,171). Sum of RGB (Red+Green+Blue) = 46+139+171=356 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.92% from 356); Green value is 139 (54.69% from 255 or 39.04% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 171 - color contains mainly: blue. Hex color #2E8BAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E8BAB is #D17454. Grayscale: #727272. Windows color (decimal): -13726805 or 11242286. OLE color: 11242286.

HSL color Cylindrical-coordinate representation of color #2E8BAB: hue angle of 195.36º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E8BAB is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB46139171-
CMYK0.730.1900.33
HSL195.36º57.6%42.55%-
HSV(B)195.36º73.1%67.06%-
XYZ17.7121.9941.84-
YUV114.84159.6978.9-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.92%
GREEN value IS 139 (54.69% from 255) = 39.04%
BLUE value IS 171 (67.19% from 255) = 48.03%
R=12.92%
G=39.04%
B=48.03%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal461391710.730.1900.33195.3657.642.55
Hex2E8BAB4913021c33a2b
Octal56213253111230413037253
Binary1011101000101110101011100100110011010000111000011111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,139,171); }

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

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

 a { background-color: rgb(46,139,171); }

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

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

 span { border-color: rgb(46,139,171); }

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