#2B88AB

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

Shades of Scooter #2B88AB

Tints of Scooter #2B88AB

Color information

#2B88AB (or 0x2B88AB) is unknown color: approx Scooter. HEX triplet: 2B, 88 and AB. RGB value is (43,136,171). Sum of RGB (Red+Green+Blue) = 43+136+171=350 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.29% from 350); Green value is 136 (53.52% from 255 or 38.86% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #2B88AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B88AB is #D47754. Grayscale: #6F6F6F. Windows color (decimal): -13924181 or 11241515. OLE color: 11241515.

HSL color Cylindrical-coordinate representation of color #2B88AB: hue angle of 196.41º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B88AB is Cyan = 0.75, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB43136171-
CMYK0.750.2000.33
HSL196.41º59.81%41.96%-
HSV(B)196.41º74.85%67.06%-
XYZ17.1521.0641.69-
YUV112.18161.1978.65-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.29%
GREEN value IS 136 (53.52% from 255) = 38.86%
BLUE value IS 171 (67.19% from 255) = 48.86%
R=12.29%
G=38.86%
B=48.86%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal431361710.750.2000.33196.4159.8141.96
Hex2B88AB4B14021c43c2a
Octal53210253113240413047452
Binary1010111000100010101011100101110100010000111000100111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B88AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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