#2B869E

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

Shades of Scooter #2B869E

Tints of Scooter #2B869E

Color information

#2B869E (or 0x2B869E) is unknown color: approx Scooter. HEX triplet: 2B, 86 and 9E. RGB value is (43,134,158). Sum of RGB (Red+Green+Blue) = 43+134+158=335 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.84% from 335); Green value is 134 (52.73% from 255 or 40% from 335); Blue value is 158 (62.11% from 255 or 47.16% from 335); Max value from RGB is 158 - color contains mainly: blue. Hex color #2B869E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B869E is #D47961. Grayscale: #6D6D6D. Windows color (decimal): -13924706 or 10389035. OLE color: 10389035.

HSL color Cylindrical-coordinate representation of color #2B869E: hue angle of 192.52º 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 #2B869E is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB43134158-
CMYK0.730.1500.38
HSL192.52º57.21%39.41%-
HSV(B)192.52º72.78%61.96%-
XYZ15.6920.0335.39-
YUV109.53155.3580.55-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.84%
GREEN value IS 134 (52.73% from 255) = 40%
BLUE value IS 158 (62.11% from 255) = 47.16%
R=12.84%
G=40%
B=47.16%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal431341580.730.1500.38192.5257.2139.41
Hex2B869E49F026c13927
Octal53206236111170463017147
Binary101011100001101001111010010011111010011011000001111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B869E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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