#3595AE

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

Shades of Scooter #3595AE

Tints of Scooter #3595AE

Color information

#3595AE (or 0x3595AE) is unknown color: approx Scooter. HEX triplet: 35, 95 and AE. RGB value is (53,149,174). Sum of RGB (Red+Green+Blue) = 53+149+174=376 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.10% from 376); Green value is 149 (58.59% from 255 or 39.63% from 376); Blue value is 174 (68.36% from 255 or 46.28% from 376); Max value from RGB is 174 - color contains mainly: blue. Hex color #3595AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3595AE is #CA6A51. Grayscale: #7A7A7A. Windows color (decimal): -13265490 or 11441461. OLE color: 11441461.

HSL color Cylindrical-coordinate representation of color #3595AE: hue angle of 192.4º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3595AE is Cyan = 0.70, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB53149174-
CMYK0.700.1400.32
HSL192.4º53.3%44.51%-
HSV(B)192.4º69.54%68.24%-
XYZ19.8625.3143.88-
YUV123.15156.777.97-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.10%
GREEN value IS 149 (58.59% from 255) = 39.63%
BLUE value IS 174 (68.36% from 255) = 46.28%
R=14.10%
G=39.63%
B=46.28%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal531491740.700.1400.32192.453.344.51
Hex3595AE46E020c0352d
Octal65225256106160403006555
Binary110101100101011010111010001101110010000011000000110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3595AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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