#3882A0

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

Shades of Scooter #3882A0

Tints of Scooter #3882A0

Color information

#3882A0 (or 0x3882A0) is unknown color: approx Scooter. HEX triplet: 38, 82 and A0. RGB value is (56,130,160). Sum of RGB (Red+Green+Blue) = 56+130+160=346 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.18% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 160 (62.89% from 255 or 46.24% from 346); Max value from RGB is 160 - color contains mainly: blue. Hex color #3882A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3882A0 is #C77D5F. Grayscale: #6F6F6F. Windows color (decimal): -13073760 or 10519096. OLE color: 10519096.

HSL color Cylindrical-coordinate representation of color #3882A0: hue angle of 197.31º 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 #3882A0 is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB56130160-
CMYK0.650.1900.37
HSL197.31º48.15%42.35%-
HSV(B)197.31º65%62.75%-
XYZ15.9619.3436.15-
YUV111.29155.4888.56-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.18%
GREEN value IS 130 (51.17% from 255) = 37.57%
BLUE value IS 160 (62.89% from 255) = 46.24%
R=16.18%
G=37.57%
B=46.24%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal561301600.650.1900.37197.3148.1542.35
Hex3882A04113025c5302a
Octal70202240101230453056052
Binary1110001000001010100000100000110011010010111000101110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3882A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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