#3497AB

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

Shades of Scooter #3497AB

Tints of Scooter #3497AB

Color information

#3497AB (or 0x3497AB) is unknown color: approx Scooter. HEX triplet: 34, 97 and AB. RGB value is (52,151,171). Sum of RGB (Red+Green+Blue) = 52+151+171=374 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.90% from 374); Green value is 151 (59.38% from 255 or 40.37% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 171 - color contains mainly: blue. Hex color #3497AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3497AB is #CB6854. Grayscale: #7B7B7B. Windows color (decimal): -13330517 or 11245364. OLE color: 11245364.

HSL color Cylindrical-coordinate representation of color #3497AB: hue angle of 190.08º 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 #3497AB is Cyan = 0.70, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB52151171-
CMYK0.700.1200.33
HSL190.08º53.36%43.73%-
HSV(B)190.08º69.59%67.06%-
XYZ19.8325.842.46-
YUV123.68154.776.87-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.90%
GREEN value IS 151 (59.38% from 255) = 40.37%
BLUE value IS 171 (67.19% from 255) = 45.72%
R=13.90%
G=40.37%
B=45.72%

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
Decimal521511710.700.1200.33190.0853.3643.73
Hex3497AB46C021be352c
Octal64227253106140412766554
Binary110100100101111010101110001101100010000110111110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3497AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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