#2B809F

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

Shades of Scooter #2B809F

Tints of Scooter #2B809F

Color information

#2B809F (or 0x2B809F) is unknown color: approx Scooter. HEX triplet: 2B, 80 and 9F. RGB value is (43,128,159). Sum of RGB (Red+Green+Blue) = 43+128+159=330 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.03% from 330); Green value is 128 (50.39% from 255 or 38.79% from 330); Blue value is 159 (62.5% from 255 or 48.18% from 330); Max value from RGB is 159 - color contains mainly: blue. Hex color #2B809F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B809F is #D47F60. Grayscale: #696969. Windows color (decimal): -13926241 or 10453035. OLE color: 10453035.

HSL color Cylindrical-coordinate representation of color #2B809F: hue angle of 196.03º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B809F is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB43128159-
CMYK0.730.1900.38
HSL196.03º57.43%39.61%-
HSV(B)196.03º72.96%62.35%-
XYZ14.9718.4635.57-
YUV106.12157.8482.98-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.03%
GREEN value IS 128 (50.39% from 255) = 38.79%
BLUE value IS 159 (62.5% from 255) = 48.18%
R=13.03%
G=38.79%
B=48.18%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal431281590.730.1900.38196.0357.4339.61
Hex2B809F4913026c43928
Octal53200237111230463047150
Binary1010111000000010011111100100110011010011011000100111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B809F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,128,159); }

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

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

 a { background-color: rgb(43,128,159); }

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

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

 span { border-color: rgb(43,128,159); }

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