#2984AE

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

Shades of Scooter #2984AE

Tints of Scooter #2984AE

Color information

#2984AE (or 0x2984AE) is unknown color: approx Scooter. HEX triplet: 29, 84 and AE. RGB value is (41,132,174). Sum of RGB (Red+Green+Blue) = 41+132+174=347 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.82% from 347); Green value is 132 (51.95% from 255 or 38.04% from 347); Blue value is 174 (68.36% from 255 or 50.14% from 347); Max value from RGB is 174 - color contains mainly: blue. Hex color #2984AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2984AE is #D67B51. Grayscale: #6D6D6D. Windows color (decimal): -14056274 or 11437097. OLE color: 11437097.

HSL color Cylindrical-coordinate representation of color #2984AE: hue angle of 198.95º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2984AE is Cyan = 0.76, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB41132174-
CMYK0.760.2400.32
HSL198.95º61.86%42.16%-
HSV(B)198.95º76.44%68.24%-
XYZ16.8120.0343.02-
YUV109.58164.3579.08-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.82%
GREEN value IS 132 (51.95% from 255) = 38.04%
BLUE value IS 174 (68.36% from 255) = 50.14%
R=11.82%
G=38.04%
B=50.14%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal411321740.760.2400.32198.9561.8642.16
Hex2984AE4C18020c73e2a
Octal51204256114300403077652
Binary1010011000010010101110100110011000010000011000111111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2984AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2984AE; }

 p { color: rgb(41,132,174); }

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

<style>
 a { background-color: #2984AE; }

 a { background-color: rgb(41,132,174); }

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

<style>
 span { border-color: #2984AE; }

 span { border-color: rgb(41,132,174); }

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