#2B8892

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

Shades of Scooter #2B8892

Tints of Scooter #2B8892

Color information

#2B8892 (or 0x2B8892) is unknown color: approx Scooter. HEX triplet: 2B, 88 and 92. RGB value is (43,136,146). Sum of RGB (Red+Green+Blue) = 43+136+146=325 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.23% from 325); Green value is 136 (53.52% from 255 or 41.85% from 325); Blue value is 146 (57.42% from 255 or 44.92% from 325); Max value from RGB is 146 - color contains mainly: blue. Hex color #2B8892 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B8892 is #D4776D. Grayscale: #6D6D6D. Windows color (decimal): -13924206 or 9603115. OLE color: 9603115.

HSL color Cylindrical-coordinate representation of color #2B8892: hue angle of 185.83º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B8892 is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB43136146-
CMYK0.710.0700.43
HSL185.83º54.5%37.06%-
HSV(B)185.83º70.55%57.25%-
XYZ14.9920.230.3-
YUV109.33148.6980.69-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.23%
GREEN value IS 136 (53.52% from 255) = 41.85%
BLUE value IS 146 (57.42% from 255) = 44.92%
R=13.23%
G=41.85%
B=44.92%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal431361460.710.0700.43185.8354.537.06
Hex2B889247702Bba3625
Octal5321022210770532726645
Binary10101110001000100100101000111111010101110111010110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,136,146); }

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

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

 a { background-color: rgb(43,136,146); }

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

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

 span { border-color: rgb(43,136,146); }

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