#2B809E

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

Shades of Scooter #2B809E

Tints of Scooter #2B809E

Color information

#2B809E (or 0x2B809E) is unknown color: approx Scooter. HEX triplet: 2B, 80 and 9E. RGB value is (43,128,158). Sum of RGB (Red+Green+Blue) = 43+128+158=329 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.07% from 329); Green value is 128 (50.39% from 255 or 38.91% from 329); Blue value is 158 (62.11% from 255 or 48.02% from 329); Max value from RGB is 158 - color contains mainly: blue. Hex color #2B809E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B809E is #D47F61. Grayscale: #696969. Windows color (decimal): -13926242 or 10387499. OLE color: 10387499.

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

Color convert

RGB43128158-
CMYK0.730.1900.38
HSL195.65º57.21%39.41%-
HSV(B)195.65º72.78%61.96%-
XYZ14.8918.4235.12-
YUV106157.3483.06-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.07%
GREEN value IS 128 (50.39% from 255) = 38.91%
BLUE value IS 158 (62.11% from 255) = 48.02%
R=13.07%
G=38.91%
B=48.02%

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
Decimal431281580.730.1900.38195.6557.2139.41
Hex2B809E4913026c43927
Octal53200236111230463047147
Binary1010111000000010011110100100110011010011011000100111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B809E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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