#2B8999

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

Shades of Scooter #2B8999

Tints of Scooter #2B8999

Color information

#2B8999 (or 0x2B8999) is unknown color: approx Scooter. HEX triplet: 2B, 89 and 99. RGB value is (43,137,153). Sum of RGB (Red+Green+Blue) = 43+137+153=333 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.91% from 333); Green value is 137 (53.91% from 255 or 41.14% from 333); Blue value is 153 (60.16% from 255 or 45.95% from 333); Max value from RGB is 153 - color contains mainly: blue. Hex color #2B8999 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B8999 is #D47666. Grayscale: #6E6E6E. Windows color (decimal): -13923943 or 10062123. OLE color: 10062123.

HSL color Cylindrical-coordinate representation of color #2B8999: hue angle of 188.73º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B8999 is Cyan = 0.72, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB43137153-
CMYK0.720.1000.4
HSL188.73º56.12%38.43%-
HSV(B)188.73º71.9%60%-
XYZ15.6920.733.31-
YUV110.72151.8679.7-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.91%
GREEN value IS 137 (53.91% from 255) = 41.14%
BLUE value IS 153 (60.16% from 255) = 45.95%
R=12.91%
G=41.14%
B=45.95%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal431371530.720.1000.4188.7356.1238.43
Hex2B899948A028bd3826
Octal53211231110120502757046
Binary101011100010011001100110010001010010100010111101111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,137,153); }

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

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

 a { background-color: rgb(43,137,153); }

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

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

 span { border-color: rgb(43,137,153); }

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