#3496AB

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

Shades of Scooter #3496AB

Tints of Scooter #3496AB

Color information

#3496AB (or 0x3496AB) is unknown color: approx Scooter. HEX triplet: 34, 96 and AB. RGB value is (52,150,171). Sum of RGB (Red+Green+Blue) = 52+150+171=373 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.94% from 373); Green value is 150 (58.98% from 255 or 40.21% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 171 - color contains mainly: blue. Hex color #3496AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3496AB is #CB6954. Grayscale: #7A7A7A. Windows color (decimal): -13330773 or 11245108. OLE color: 11245108.

HSL color Cylindrical-coordinate representation of color #3496AB: hue angle of 190.59º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3496AB is Cyan = 0.70, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB52150171-
CMYK0.700.1200.33
HSL190.59º53.36%43.73%-
HSV(B)190.59º69.59%67.06%-
XYZ19.6725.4842.41-
YUV123.09155.0377.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.94%
GREEN value IS 150 (58.98% from 255) = 40.21%
BLUE value IS 171 (67.19% from 255) = 45.84%
R=13.94%
G=40.21%
B=45.84%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal521501710.700.1200.33190.5953.3643.73
Hex3496AB46C021bf352c
Octal64226253106140412776554
Binary110100100101101010101110001101100010000110111111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3496AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3496AB; }

 p { color: rgb(52,150,171); }

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

<style>
 a { background-color: #3496AB; }

 a { background-color: rgb(52,150,171); }

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

<style>
 span { border-color: #3496AB; }

 span { border-color: rgb(52,150,171); }

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