#2B879A

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

Shades of Scooter #2B879A

Tints of Scooter #2B879A

Color information

#2B879A (or 0x2B879A) is unknown color: approx Scooter. HEX triplet: 2B, 87 and 9A. RGB value is (43,135,154). Sum of RGB (Red+Green+Blue) = 43+135+154=332 (43% of max value = 765). Red value is 43 (17.19% from 255 or 12.95% from 332); Green value is 135 (53.12% from 255 or 40.66% from 332); Blue value is 154 (60.55% from 255 or 46.39% from 332); Max value from RGB is 154 - color contains mainly: blue. Hex color #2B879A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B879A is #D47865. Grayscale: #6D6D6D. Windows color (decimal): -13924454 or 10127147. OLE color: 10127147.

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

Color convert

RGB43135154-
CMYK0.720.1200.40
HSL190.27º56.35%38.63%-
HSV(B)190.27º72.08%60.39%-
XYZ15.4920.1733.65-
YUV109.66153.0280.46-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.95%
GREEN value IS 135 (53.12% from 255) = 40.66%
BLUE value IS 154 (60.55% from 255) = 46.39%
R=12.95%
G=40.66%
B=46.39%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal431351540.720.1200.40190.2756.3538.63
Hex2B879A48C028be3827
Octal53207232110140502767047
Binary101011100001111001101010010001100010100010111110111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B879A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,135,154); }

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

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

 a { background-color: rgb(43,135,154); }

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

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

 span { border-color: rgb(43,135,154); }

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