#3294AD

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

Shades of Scooter #3294AD

Tints of Scooter #3294AD

Color information

#3294AD (or 0x3294AD) is unknown color: approx Scooter. HEX triplet: 32, 94 and AD. RGB value is (50,148,173). Sum of RGB (Red+Green+Blue) = 50+148+173=371 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.48% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 173 (67.97% from 255 or 46.63% from 371); Max value from RGB is 173 - color contains mainly: blue. Hex color #3294AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3294AD is #CD6B52. Grayscale: #797979. Windows color (decimal): -13462355 or 11375666. OLE color: 11375666.

HSL color Cylindrical-coordinate representation of color #3294AD: hue angle of 192.2º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3294AD is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB50148173-
CMYK0.710.1400.32
HSL192.2º55.16%43.73%-
HSV(B)192.2º71.1%67.84%-
XYZ19.4524.8843.31-
YUV121.55157.0376.97-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.48%
GREEN value IS 148 (58.20% from 255) = 39.89%
BLUE value IS 173 (67.97% from 255) = 46.63%
R=13.48%
G=39.89%
B=46.63%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal501481730.710.1400.32192.255.1643.73
Hex3294AD47E020c0372c
Octal62224255107160403006754
Binary110010100101001010110110001111110010000011000000110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3294AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3294AD; }

 p { color: rgb(50,148,173); }

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

<style>
 a { background-color: #3294AD; }

 a { background-color: rgb(50,148,173); }

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

<style>
 span { border-color: #3294AD; }

 span { border-color: rgb(50,148,173); }

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