#3684A1

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

Shades of Scooter #3684A1

Tints of Scooter #3684A1

Color information

#3684A1 (or 0x3684A1) is unknown color: approx Scooter. HEX triplet: 36, 84 and A1. RGB value is (54,132,161). Sum of RGB (Red+Green+Blue) = 54+132+161=347 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.56% from 347); Green value is 132 (51.95% from 255 or 38.04% from 347); Blue value is 161 (63.28% from 255 or 46.40% from 347); Max value from RGB is 161 - color contains mainly: blue. Hex color #3684A1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3684A1 is #C97B5E. Grayscale: #6F6F6F. Windows color (decimal): -13204319 or 10585142. OLE color: 10585142.

HSL color Cylindrical-coordinate representation of color #3684A1: hue angle of 196.26º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3684A1 is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB54132161-
CMYK0.660.1800.37
HSL196.26º49.77%42.16%-
HSV(B)196.26º66.46%63.14%-
XYZ16.2119.8636.7-
YUV111.98155.6686.64-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.56%
GREEN value IS 132 (51.95% from 255) = 38.04%
BLUE value IS 161 (63.28% from 255) = 46.40%
R=15.56%
G=38.04%
B=46.40%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal541321610.660.1800.37196.2649.7742.16
Hex3684A14212025c4322a
Octal66204241102220453046252
Binary1101101000010010100001100001010010010010111000100110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3684A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3684A1; }

 p { color: rgb(54,132,161); }

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

<style>
 a { background-color: #3684A1; }

 a { background-color: rgb(54,132,161); }

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

<style>
 span { border-color: #3684A1; }

 span { border-color: rgb(54,132,161); }

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