#3184A4

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

Shades of Scooter #3184A4

Tints of Scooter #3184A4

Color information

#3184A4 (or 0x3184A4) is unknown color: approx Scooter. HEX triplet: 31, 84 and A4. RGB value is (49,132,164). Sum of RGB (Red+Green+Blue) = 49+132+164=345 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.20% from 345); Green value is 132 (51.95% from 255 or 38.26% from 345); Blue value is 164 (64.45% from 255 or 47.54% from 345); Max value from RGB is 164 - color contains mainly: blue. Hex color #3184A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3184A4 is #CE7B5B. Grayscale: #6E6E6E. Windows color (decimal): -13531996 or 10781745. OLE color: 10781745.

HSL color Cylindrical-coordinate representation of color #3184A4: hue angle of 196.7º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3184A4 is Cyan = 0.70, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB49132164-
CMYK0.700.2000.36
HSL196.7º53.99%41.76%-
HSV(B)196.7º70.12%64.31%-
XYZ16.2219.8438.1-
YUV110.8315883.9-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.20%
GREEN value IS 132 (51.95% from 255) = 38.26%
BLUE value IS 164 (64.45% from 255) = 47.54%
R=14.20%
G=38.26%
B=47.54%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal491321640.700.2000.36196.753.9941.76
Hex3184A44614024c5362a
Octal61204244106240443056652
Binary1100011000010010100100100011010100010010011000101110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3184A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3184A4; }

 p { color: rgb(49,132,164); }

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

<style>
 a { background-color: #3184A4; }

 a { background-color: rgb(49,132,164); }

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

<style>
 span { border-color: #3184A4; }

 span { border-color: rgb(49,132,164); }

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