#3596AB

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

Shades of Scooter #3596AB

Tints of Scooter #3596AB

Color information

#3596AB (or 0x3596AB) is unknown color: approx Scooter. HEX triplet: 35, 96 and AB. RGB value is (53,150,171). Sum of RGB (Red+Green+Blue) = 53+150+171=374 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.17% from 374); Green value is 150 (58.98% from 255 or 40.11% 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 #3596AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3596AB is #CA6954. Grayscale: #7B7B7B. Windows color (decimal): -13265237 or 11245109. OLE color: 11245109.

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

Color convert

RGB53150171-
CMYK0.690.1200.33
HSL190.68º52.68%43.92%-
HSV(B)190.68º69.01%67.06%-
XYZ19.7325.5142.41-
YUV123.39154.8677.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.17%
GREEN value IS 150 (58.98% from 255) = 40.11%
BLUE value IS 171 (67.19% from 255) = 45.72%
R=14.17%
G=40.11%
B=45.72%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal531501710.690.1200.33190.6852.6843.92
Hex3596AB45C021bf352c
Octal65226253105140412776554
Binary110101100101101010101110001011100010000110111111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3596AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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