#2B82A9

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

Shades of Scooter #2B82A9

Tints of Scooter #2B82A9

Color information

#2B82A9 (or 0x2B82A9) is unknown color: approx Scooter. HEX triplet: 2B, 82 and A9. RGB value is (43,130,169). Sum of RGB (Red+Green+Blue) = 43+130+169=342 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.57% from 342); Green value is 130 (51.17% from 255 or 38.01% from 342); Blue value is 169 (66.41% from 255 or 49.42% from 342); Max value from RGB is 169 - color contains mainly: blue. Hex color #2B82A9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B82A9 is #D47D56. Grayscale: #6C6C6C. Windows color (decimal): -13925719 or 11108907. OLE color: 11108907.

HSL color Cylindrical-coordinate representation of color #2B82A9: hue angle of 198.57º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B82A9 is Cyan = 0.75, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB43130169-
CMYK0.750.2300.34
HSL198.57º59.43%41.57%-
HSV(B)198.57º74.56%66.27%-
XYZ16.1419.3440.42-
YUV108.43162.1881.33-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.57%
GREEN value IS 130 (51.17% from 255) = 38.01%
BLUE value IS 169 (66.41% from 255) = 49.42%
R=12.57%
G=38.01%
B=49.42%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal431301690.750.2300.34198.5759.4341.57
Hex2B82A94B17022c73b2a
Octal53202251113270423077352
Binary1010111000001010101001100101110111010001011000111111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B82A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,130,169); }

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

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

 a { background-color: rgb(43,130,169); }

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

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

 span { border-color: rgb(43,130,169); }

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