#2684A9

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

Shades of Scooter #2684A9

Tints of Scooter #2684A9

Color information

#2684A9 (or 0x2684A9) is unknown color: approx Scooter. HEX triplet: 26, 84 and A9. RGB value is (38,132,169). Sum of RGB (Red+Green+Blue) = 38+132+169=339 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.21% from 339); Green value is 132 (51.95% from 255 or 38.94% from 339); Blue value is 169 (66.41% from 255 or 49.85% from 339); Max value from RGB is 169 - color contains mainly: blue. Hex color #2684A9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2684A9 is #D97B56. Grayscale: #6B6B6B. Windows color (decimal): -14252887 or 11109414. OLE color: 11109414.

HSL color Cylindrical-coordinate representation of color #2684A9: hue angle of 196.95º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2684A9 is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB38132169-
CMYK0.780.2200.34
HSL196.95º63.29%40.59%-
HSV(B)196.95º77.51%66.27%-
XYZ16.2119.7840.5-
YUV108.11162.3677.99-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.21%
GREEN value IS 132 (51.95% from 255) = 38.94%
BLUE value IS 169 (66.41% from 255) = 49.85%
R=11.21%
G=38.94%
B=49.85%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal381321690.780.2200.34196.9563.2940.59
Hex2684A94E16022c53f29
Octal46204251116260423057751
Binary1001101000010010101001100111010110010001011000101111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2684A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2684A9; }

 p { color: rgb(38,132,169); }

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

<style>
 a { background-color: #2684A9; }

 a { background-color: rgb(38,132,169); }

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

<style>
 span { border-color: #2684A9; }

 span { border-color: rgb(38,132,169); }

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