#2A879B

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

Shades of Scooter #2A879B

Tints of Scooter #2A879B

Color information

#2A879B (or 0x2A879B) is unknown color: approx Scooter. HEX triplet: 2A, 87 and 9B. RGB value is (42,135,155). Sum of RGB (Red+Green+Blue) = 42+135+155=332 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.65% from 332); Green value is 135 (53.12% from 255 or 40.66% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 155 - color contains mainly: blue. Hex color #2A879B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A879B is #D57864. Grayscale: #6D6D6D. Windows color (decimal): -13989989 or 10192682. OLE color: 10192682.

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

Color convert

RGB42135155-
CMYK0.730.1300.39
HSL190.62º57.36%38.63%-
HSV(B)190.62º72.9%60.78%-
XYZ15.5420.1934.09-
YUV109.47153.6979.87-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.65%
GREEN value IS 135 (53.12% from 255) = 40.66%
BLUE value IS 155 (60.94% from 255) = 46.69%
R=12.65%
G=40.66%
B=46.69%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal421351550.730.1300.39190.6257.3638.63
Hex2A879B49D027bf3927
Octal52207233111150472777147
Binary101010100001111001101110010011101010011110111111111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A879B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,135,155); }

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

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

 a { background-color: rgb(42,135,155); }

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

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

 span { border-color: rgb(42,135,155); }

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