#3595AA

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

Shades of Scooter #3595AA

Tints of Scooter #3595AA

Color information

#3595AA (or 0x3595AA) is unknown color: approx Scooter. HEX triplet: 35, 95 and AA. RGB value is (53,149,170). Sum of RGB (Red+Green+Blue) = 53+149+170=372 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.25% from 372); Green value is 149 (58.59% from 255 or 40.05% from 372); Blue value is 170 (66.80% from 255 or 45.70% from 372); Max value from RGB is 170 - color contains mainly: blue. Hex color #3595AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3595AA is #CA6A55. Grayscale: #7A7A7A. Windows color (decimal): -13265494 or 11179317. OLE color: 11179317.

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

Color convert

RGB53149170-
CMYK0.690.1200.33
HSL190.77º52.47%43.73%-
HSV(B)190.77º68.82%66.67%-
XYZ19.4725.1541.86-
YUV122.69154.778.29-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.25%
GREEN value IS 149 (58.59% from 255) = 40.05%
BLUE value IS 170 (66.80% from 255) = 45.70%
R=14.25%
G=40.05%
B=45.70%

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
Decimal531491700.690.1200.33190.7752.4743.73
Hex3595AA45C021bf342c
Octal65225252105140412776454
Binary110101100101011010101010001011100010000110111111110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3595AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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