#3884A0

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

Shades of Scooter #3884A0

Tints of Scooter #3884A0

Color information

#3884A0 (or 0x3884A0) is unknown color: approx Scooter. HEX triplet: 38, 84 and A0. RGB value is (56,132,160). Sum of RGB (Red+Green+Blue) = 56+132+160=348 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.09% from 348); Green value is 132 (51.95% from 255 or 37.93% from 348); Blue value is 160 (62.89% from 255 or 45.98% from 348); Max value from RGB is 160 - color contains mainly: blue. Hex color #3884A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3884A0 is #C77B5F. Grayscale: #707070. Windows color (decimal): -13073248 or 10519608. OLE color: 10519608.

HSL color Cylindrical-coordinate representation of color #3884A0: hue angle of 196.15º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3884A0 is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB56132160-
CMYK0.650.1700.37
HSL196.15º48.15%42.35%-
HSV(B)196.15º65%62.75%-
XYZ16.2319.8836.24-
YUV112.47154.8287.72-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.09%
GREEN value IS 132 (51.95% from 255) = 37.93%
BLUE value IS 160 (62.89% from 255) = 45.98%
R=16.09%
G=37.93%
B=45.98%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal561321600.650.1700.37196.1548.1542.35
Hex3884A04111025c4302a
Octal70204240101210453046052
Binary1110001000010010100000100000110001010010111000100110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3884A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3884A0; }

 p { color: rgb(56,132,160); }

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

<style>
 a { background-color: #3884A0; }

 a { background-color: rgb(56,132,160); }

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

<style>
 span { border-color: #3884A0; }

 span { border-color: rgb(56,132,160); }

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