#3096aa

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

Shades of Scooter #3096AA

Tints of Scooter #3096AA

Color information

#3096AA (or 0x3096AA) is unknown color: approx Scooter. HEX triplet: 30, 96 and AA. RGB value is (48,150,170). Sum of RGB (Red+Green+Blue) = 48+150+170=368 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.04% from 368); Green value is 150 (58.98% from 255 or 40.76% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 170 - color contains mainly: blue. Hex color #3096AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3096AA is #CF6955. Grayscale: #797979. Windows color (decimal): -13592918 or 11179568. OLE color: 11179568.

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

Color convert

RGB48150170-
CMYK0.720.1200.33
HSL189.84º55.96%42.75%-
HSV(B)189.84º71.76%66.67%-
XYZ19.3825.3441.9-
YUV121.78155.2175.37-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.04%
GREEN value IS 150 (58.98% from 255) = 40.76%
BLUE value IS 170 (66.80% from 255) = 46.20%
R=13.04%
G=40.76%
B=46.20%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal481501700.720.1200.33189.8455.9642.75
Hex3096AA48C021be382b
Octal60226252110140412767053
Binary110000100101101010101010010001100010000110111110111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3096aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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