#3096A2

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

Shades of Scooter #3096A2

Tints of Scooter #3096A2

Color information

#3096A2 (or 0x3096A2) is unknown color: approx Scooter. HEX triplet: 30, 96 and A2. RGB value is (48,150,162). Sum of RGB (Red+Green+Blue) = 48+150+162=360 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.33% from 360); Green value is 150 (58.98% from 255 or 41.67% from 360); Blue value is 162 (63.67% from 255 or 45% from 360); Max value from RGB is 162 - color contains mainly: blue. Hex color #3096A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3096A2 is #CF695D. Grayscale: #787878. Windows color (decimal): -13592926 or 10655280. OLE color: 10655280.

HSL color Cylindrical-coordinate representation of color #3096A2: hue angle of 186.32º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3096A2 is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB48150162-
CMYK0.700.0700.36
HSL186.32º54.29%41.18%-
HSV(B)186.32º70.37%63.53%-
XYZ18.6525.0538.03-
YUV120.87151.2176.02-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.33%
GREEN value IS 150 (58.98% from 255) = 41.67%
BLUE value IS 162 (63.67% from 255) = 45%
R=13.33%
G=41.67%
B=45%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal481501620.700.0700.36186.3254.2941.18
Hex3096A2467024ba3629
Octal6022624210670442726651
Binary11000010010110101000101000110111010010010111010110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3096A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3096A2; }

 p { color: rgb(48,150,162); }

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

<style>
 a { background-color: #3096A2; }

 a { background-color: rgb(48,150,162); }

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

<style>
 span { border-color: #3096A2; }

 span { border-color: rgb(48,150,162); }

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