#2994A5

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

Shades of Scooter #2994A5

Tints of Scooter #2994A5

Color information

#2994A5 (or 0x2994A5) is unknown color: approx Scooter. HEX triplet: 29, 94 and A5. RGB value is (41,148,165). Sum of RGB (Red+Green+Blue) = 41+148+165=354 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.58% from 354); Green value is 148 (58.20% from 255 or 41.81% from 354); Blue value is 165 (64.84% from 255 or 46.61% from 354); Max value from RGB is 165 - color contains mainly: blue. Hex color #2994A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2994A5 is #D66B5A. Grayscale: #757575. Windows color (decimal): -14052187 or 10851369. OLE color: 10851369.

HSL color Cylindrical-coordinate representation of color #2994A5: hue angle of 188.23º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2994A5 is Cyan = 0.75, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB41148165-
CMYK0.750.1000.35
HSL188.23º60.19%40.39%-
HSV(B)188.23º75.15%64.71%-
XYZ18.324.3739.34-
YUV117.94154.5573.12-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.58%
GREEN value IS 148 (58.20% from 255) = 41.81%
BLUE value IS 165 (64.84% from 255) = 46.61%
R=11.58%
G=41.81%
B=46.61%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal411481650.750.1000.35188.2360.1940.39
Hex2994A54BA023bc3c28
Octal51224245113120432747450
Binary101001100101001010010110010111010010001110111100111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2994A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2994A5; }

 p { color: rgb(41,148,165); }

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

<style>
 a { background-color: #2994A5; }

 a { background-color: rgb(41,148,165); }

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

<style>
 span { border-color: #2994A5; }

 span { border-color: rgb(41,148,165); }

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