#3785A3

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

Shades of Scooter #3785A3

Tints of Scooter #3785A3

Color information

#3785A3 (or 0x3785A3) is unknown color: approx Scooter. HEX triplet: 37, 85 and A3. RGB value is (55,133,163). Sum of RGB (Red+Green+Blue) = 55+133+163=351 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.67% from 351); Green value is 133 (52.34% from 255 or 37.89% from 351); Blue value is 163 (64.06% from 255 or 46.44% from 351); Max value from RGB is 163 - color contains mainly: blue. Hex color #3785A3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3785A3 is #C87A5C. Grayscale: #707070. Windows color (decimal): -13138525 or 10716471. OLE color: 10716471.

HSL color Cylindrical-coordinate representation of color #3785A3: hue angle of 196.67º 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 #3785A3 is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB55133163-
CMYK0.660.1800.36
HSL196.67º49.54%42.75%-
HSV(B)196.67º66.26%63.92%-
XYZ16.5720.2337.68-
YUV113.1156.1686.56-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.67%
GREEN value IS 133 (52.34% from 255) = 37.89%
BLUE value IS 163 (64.06% from 255) = 46.44%
R=15.67%
G=37.89%
B=46.44%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal551331630.660.1800.36196.6749.5442.75
Hex3785A34212024c5322b
Octal67205243102220443056253
Binary1101111000010110100011100001010010010010011000101110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3785A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3785A3; }

 p { color: rgb(55,133,163); }

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

<style>
 a { background-color: #3785A3; }

 a { background-color: rgb(55,133,163); }

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

<style>
 span { border-color: #3785A3; }

 span { border-color: rgb(55,133,163); }

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