#359BA9

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

Shades of Scooter #359BA9

Tints of Scooter #359BA9

Color information

#359BA9 (or 0x359BA9) is unknown color: approx Scooter. HEX triplet: 35, 9B and A9. RGB value is (53,155,169). Sum of RGB (Red+Green+Blue) = 53+155+169=377 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.06% from 377); Green value is 155 (60.94% from 255 or 41.11% from 377); Blue value is 169 (66.41% from 255 or 44.83% from 377); Max value from RGB is 169 - color contains mainly: blue. Hex color #359BA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359BA9 is #CA6456. Grayscale: #7D7D7D. Windows color (decimal): -13263959 or 11115317. OLE color: 11115317.

HSL color Cylindrical-coordinate representation of color #359BA9: hue angle of 187.24º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #359BA9 is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB53155169-
CMYK0.690.0800.34
HSL187.24º52.25%43.53%-
HSV(B)187.24º68.64%66.27%-
XYZ20.3527.0641.69-
YUV126.1152.2175.86-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.06%
GREEN value IS 155 (60.94% from 255) = 41.11%
BLUE value IS 169 (66.41% from 255) = 44.83%
R=14.06%
G=41.11%
B=44.83%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal531551690.690.0800.34187.2452.2543.53
Hex359BA9458022bb342c
Octal65233251105100422736454
Binary110101100110111010100110001011000010001010111011110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359BA9; }

 p { color: rgb(53,155,169); }

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

<style>
 a { background-color: #359BA9; }

 a { background-color: rgb(53,155,169); }

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

<style>
 span { border-color: #359BA9; }

 span { border-color: rgb(53,155,169); }

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