#3599AB

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

Shades of Scooter #3599AB

Tints of Scooter #3599AB

Color information

#3599AB (or 0x3599AB) is unknown color: approx Scooter. HEX triplet: 35, 99 and AB. RGB value is (53,153,171). Sum of RGB (Red+Green+Blue) = 53+153+171=377 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.06% from 377); Green value is 153 (60.16% from 255 or 40.58% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 171 - color contains mainly: blue. Hex color #3599AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3599AB is #CA6654. Grayscale: #7C7C7C. Windows color (decimal): -13264469 or 11245877. OLE color: 11245877.

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

Color convert

RGB53153171-
CMYK0.690.1100.33
HSL189.15º52.68%43.92%-
HSV(B)189.15º69.01%67.06%-
XYZ20.2126.4842.57-
YUV125.15153.8776.54-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.06%
GREEN value IS 153 (60.16% from 255) = 40.58%
BLUE value IS 171 (67.19% from 255) = 45.36%
R=14.06%
G=40.58%
B=45.36%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal531531710.690.1100.33189.1552.6843.92
Hex3599AB45B021bd352c
Octal65231253105130412756554
Binary110101100110011010101110001011011010000110111101110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3599AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3599AB; }

 p { color: rgb(53,153,171); }

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

<style>
 a { background-color: #3599AB; }

 a { background-color: rgb(53,153,171); }

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

<style>
 span { border-color: #3599AB; }

 span { border-color: rgb(53,153,171); }

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