#3594AC

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

Shades of Scooter #3594AC

Tints of Scooter #3594AC

Color information

#3594AC (or 0x3594AC) is unknown color: approx Scooter. HEX triplet: 35, 94 and AC. RGB value is (53,148,172). Sum of RGB (Red+Green+Blue) = 53+148+172=373 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.21% from 373); Green value is 148 (58.20% from 255 or 39.68% from 373); Blue value is 172 (67.58% from 255 or 46.11% from 373); Max value from RGB is 172 - color contains mainly: blue. Hex color #3594AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3594AC is #CA6B53. Grayscale: #7A7A7A. Windows color (decimal): -13265748 or 11310133. OLE color: 11310133.

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

Color convert

RGB53148172-
CMYK0.690.1400.33
HSL192.1º52.89%44.12%-
HSV(B)192.1º69.19%67.45%-
XYZ19.524.9242.81-
YUV122.33156.0378.55-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.21%
GREEN value IS 148 (58.20% from 255) = 39.68%
BLUE value IS 172 (67.58% from 255) = 46.11%
R=14.21%
G=39.68%
B=46.11%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal531481720.690.1400.33192.152.8944.12
Hex3594AC45E021c0352c
Octal65224254105160413006554
Binary110101100101001010110010001011110010000111000000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3594AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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