#3984A2

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

Shades of Scooter #3984A2

Tints of Scooter #3984A2

Color information

#3984A2 (or 0x3984A2) is unknown color: approx Scooter. HEX triplet: 39, 84 and A2. RGB value is (57,132,162). Sum of RGB (Red+Green+Blue) = 57+132+162=351 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.24% from 351); Green value is 132 (51.95% from 255 or 37.61% from 351); Blue value is 162 (63.67% from 255 or 46.15% from 351); Max value from RGB is 162 - color contains mainly: blue. Hex color #3984A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3984A2 is #C67B5D. Grayscale: #707070. Windows color (decimal): -13007710 or 10650681. OLE color: 10650681.

HSL color Cylindrical-coordinate representation of color #3984A2: hue angle of 197.14º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3984A2 is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB57132162-
CMYK0.650.1900.36
HSL197.14º47.95%42.94%-
HSV(B)197.14º64.81%63.53%-
XYZ16.4619.9837.17-
YUV112.99155.6588.06-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.24%
GREEN value IS 132 (51.95% from 255) = 37.61%
BLUE value IS 162 (63.67% from 255) = 46.15%
R=16.24%
G=37.61%
B=46.15%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal571321620.650.1900.36197.1447.9542.94
Hex3984A24113024c5302b
Octal71204242101230443056053
Binary1110011000010010100010100000110011010010011000101110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3984A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3984A2; }

 p { color: rgb(57,132,162); }

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

<style>
 a { background-color: #3984A2; }

 a { background-color: rgb(57,132,162); }

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

<style>
 span { border-color: #3984A2; }

 span { border-color: rgb(57,132,162); }

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