#3593AC

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

Shades of Scooter #3593AC

Tints of Scooter #3593AC

Color information

#3593AC (or 0x3593AC) is unknown color: approx Scooter. HEX triplet: 35, 93 and AC. RGB value is (53,147,172). Sum of RGB (Red+Green+Blue) = 53+147+172=372 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.25% from 372); Green value is 147 (57.81% from 255 or 39.52% from 372); Blue value is 172 (67.58% from 255 or 46.24% from 372); Max value from RGB is 172 - color contains mainly: blue. Hex color #3593AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3593AC is #CA6C53. Grayscale: #797979. Windows color (decimal): -13266004 or 11309877. OLE color: 11309877.

HSL color Cylindrical-coordinate representation of color #3593AC: hue angle of 192.61º 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 #3593AC is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB53147172-
CMYK0.690.1500.33
HSL192.61º52.89%44.12%-
HSV(B)192.61º69.19%67.45%-
XYZ19.3524.642.76-
YUV121.74156.3678.97-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.25%
GREEN value IS 147 (57.81% from 255) = 39.52%
BLUE value IS 172 (67.58% from 255) = 46.24%
R=14.25%
G=39.52%
B=46.24%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal531471720.690.1500.33192.6152.8944.12
Hex3593AC45F021c1352c
Octal65223254105170413016554
Binary110101100100111010110010001011111010000111000001110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3593AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3593AC; }

 p { color: rgb(53,147,172); }

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

<style>
 a { background-color: #3593AC; }

 a { background-color: rgb(53,147,172); }

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

<style>
 span { border-color: #3593AC; }

 span { border-color: rgb(53,147,172); }

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