#3594AA

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

Shades of Scooter #3594AA

Tints of Scooter #3594AA

Color information

#3594AA (or 0x3594AA) is unknown color: approx Scooter. HEX triplet: 35, 94 and AA. RGB value is (53,148,170). Sum of RGB (Red+Green+Blue) = 53+148+170=371 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.29% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 170 - color contains mainly: blue. Hex color #3594AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3594AA is #CA6B55. Grayscale: #797979. Windows color (decimal): -13265750 or 11179061. OLE color: 11179061.

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

Color convert

RGB53148170-
CMYK0.690.1300.33
HSL191.28º52.47%43.73%-
HSV(B)191.28º68.82%66.67%-
XYZ19.3124.8441.81-
YUV122.1155.0378.71-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.29%
GREEN value IS 148 (58.20% from 255) = 39.89%
BLUE value IS 170 (66.80% from 255) = 45.82%
R=14.29%
G=39.89%
B=45.82%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal531481700.690.1300.33191.2852.4743.73
Hex3594AA45D021bf342c
Octal65224252105150412776454
Binary110101100101001010101010001011101010000110111111110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3594AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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