#3784A4

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

Shades of Scooter #3784A4

Tints of Scooter #3784A4

Color information

#3784A4 (or 0x3784A4) is unknown color: approx Scooter. HEX triplet: 37, 84 and A4. RGB value is (55,132,164). Sum of RGB (Red+Green+Blue) = 55+132+164=351 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.67% from 351); Green value is 132 (51.95% from 255 or 37.61% from 351); Blue value is 164 (64.45% from 255 or 46.72% from 351); Max value from RGB is 164 - color contains mainly: blue. Hex color #3784A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3784A4 is #C87B5B. Grayscale: #707070. Windows color (decimal): -13138780 or 10781751. OLE color: 10781751.

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

Color convert

RGB55132164-
CMYK0.660.2000.36
HSL197.61º49.77%42.94%-
HSV(B)197.61º66.46%64.31%-
XYZ16.532038.11-
YUV112.62156.9986.9-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.67%
GREEN value IS 132 (51.95% from 255) = 37.61%
BLUE value IS 164 (64.45% from 255) = 46.72%
R=15.67%
G=37.61%
B=46.72%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal551321640.660.2000.36197.6149.7742.94
Hex3784A44214024c6322b
Octal67204244102240443066253
Binary1101111000010010100100100001010100010010011000110110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3784A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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