#3682A4

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

Shades of Scooter #3682A4

Tints of Scooter #3682A4

Color information

#3682A4 (or 0x3682A4) is unknown color: approx Scooter. HEX triplet: 36, 82 and A4. RGB value is (54,130,164). Sum of RGB (Red+Green+Blue) = 54+130+164=348 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.52% from 348); Green value is 130 (51.17% from 255 or 37.36% from 348); Blue value is 164 (64.45% from 255 or 47.13% from 348); Max value from RGB is 164 - color contains mainly: blue. Hex color #3682A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3682A4 is #C97D5B. Grayscale: #6E6E6E. Windows color (decimal): -13204828 or 10781238. OLE color: 10781238.

HSL color Cylindrical-coordinate representation of color #3682A4: hue angle of 198.55º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3682A4 is Cyan = 0.67, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB54130164-
CMYK0.670.2100.36
HSL198.55º50.46%42.75%-
HSV(B)198.55º67.07%64.31%-
XYZ16.219.4338.02-
YUV111.15157.8287.24-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.52%
GREEN value IS 130 (51.17% from 255) = 37.36%
BLUE value IS 164 (64.45% from 255) = 47.13%
R=15.52%
G=37.36%
B=47.13%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal541301640.670.2100.36198.5550.4642.75
Hex3682A44315024c7322b
Octal66202244103250443076253
Binary1101101000001010100100100001110101010010011000111110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3682A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,130,164); }

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

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

 a { background-color: rgb(54,130,164); }

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

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

 span { border-color: rgb(54,130,164); }

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