#3796AA

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

Shades of Scooter #3796AA

Tints of Scooter #3796AA

Color information

#3796AA (or 0x3796AA) is unknown color: approx Scooter. HEX triplet: 37, 96 and AA. RGB value is (55,150,170). Sum of RGB (Red+Green+Blue) = 55+150+170=375 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.67% from 375); Green value is 150 (58.98% from 255 or 40% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 170 - color contains mainly: blue. Hex color #3796AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3796AA is #C86955. Grayscale: #7B7B7B. Windows color (decimal): -13134166 or 11179575. OLE color: 11179575.

HSL color Cylindrical-coordinate representation of color #3796AA: hue angle of 190.43º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3796AA is Cyan = 0.68, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB55150170-
CMYK0.680.1200.33
HSL190.43º51.11%44.12%-
HSV(B)190.43º67.65%66.67%-
XYZ19.7425.5341.92-
YUV123.88154.0378.87-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.67%
GREEN value IS 150 (58.98% from 255) = 40%
BLUE value IS 170 (66.80% from 255) = 45.33%
R=14.67%
G=40%
B=45.33%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal551501700.680.1200.33190.4351.1144.12
Hex3796AA44C021be332c
Octal67226252104140412766354
Binary110111100101101010101010001001100010000110111110110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3796AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3796AA; }

 p { color: rgb(55,150,170); }

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

<style>
 a { background-color: #3796AA; }

 a { background-color: rgb(55,150,170); }

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

<style>
 span { border-color: #3796AA; }

 span { border-color: rgb(55,150,170); }

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