#2784AB

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

Shades of Scooter #2784AB

Tints of Scooter #2784AB

Color information

#2784AB (or 0x2784AB) is unknown color: approx Scooter. HEX triplet: 27, 84 and AB. RGB value is (39,132,171). Sum of RGB (Red+Green+Blue) = 39+132+171=342 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.40% from 342); Green value is 132 (51.95% from 255 or 38.60% from 342); Blue value is 171 (67.19% from 255 or 50% from 342); Max value from RGB is 171 - color contains mainly: blue. Hex color #2784AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2784AB is #D87B54. Grayscale: #6C6C6C. Windows color (decimal): -14187349 or 11240487. OLE color: 11240487.

HSL color Cylindrical-coordinate representation of color #2784AB: hue angle of 197.73º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2784AB is Cyan = 0.77, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB39132171-
CMYK0.770.2300.33
HSL197.73º62.86%41.18%-
HSV(B)197.73º77.19%67.06%-
XYZ16.4419.8741.5-
YUV108.64163.1978.33-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.40%
GREEN value IS 132 (51.95% from 255) = 38.60%
BLUE value IS 171 (67.19% from 255) = 50%
R=11.40%
G=38.60%
B=50%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal391321710.770.2300.33197.7362.8641.18
Hex2784AB4D17021c63f29
Octal47204253115270413067751
Binary1001111000010010101011100110110111010000111000110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2784AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2784AB; }

 p { color: rgb(39,132,171); }

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

<style>
 a { background-color: #2784AB; }

 a { background-color: rgb(39,132,171); }

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

<style>
 span { border-color: #2784AB; }

 span { border-color: rgb(39,132,171); }

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