#359DA0

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

Shades of Scooter #359DA0

Tints of Scooter #359DA0

Color information

#359DA0 (or 0x359DA0) is unknown color: approx Scooter. HEX triplet: 35, 9D and A0. RGB value is (53,157,160). Sum of RGB (Red+Green+Blue) = 53+157+160=370 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.32% from 370); Green value is 157 (61.72% from 255 or 42.43% from 370); Blue value is 160 (62.89% from 255 or 43.24% from 370); Max value from RGB is 160 - color contains mainly: blue. Hex color #359DA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359DA0 is #CA625F. Grayscale: #7E7E7E. Windows color (decimal): -13263456 or 10526005. OLE color: 10526005.

HSL color Cylindrical-coordinate representation of color #359DA0: hue angle of 181.68º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #359DA0 is Cyan = 0.67, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB53157160-
CMYK0.670.0200.37
HSL181.68º50.23%41.76%-
HSV(B)181.68º66.87%62.75%-
XYZ19.8727.4137.5-
YUV126.25147.0475.76-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.32%
GREEN value IS 157 (61.72% from 255) = 42.43%
BLUE value IS 160 (62.89% from 255) = 43.24%
R=14.32%
G=42.43%
B=43.24%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal531571600.670.0200.37181.6850.2341.76
Hex359DA0432025b6322a
Octal6523524010320452666252
Binary1101011001110110100000100001110010010110110110110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,157,160); }

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

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

 a { background-color: rgb(53,157,160); }

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

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

 span { border-color: rgb(53,157,160); }

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