#359C9F

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

Shades of Scooter #359C9F

Tints of Scooter #359C9F

Color information

#359C9F (or 0x359C9F) is unknown color: approx Scooter. HEX triplet: 35, 9C and 9F. RGB value is (53,156,159). Sum of RGB (Red+Green+Blue) = 53+156+159=368 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.40% from 368); Green value is 156 (61.33% from 255 or 42.39% from 368); Blue value is 159 (62.5% from 255 or 43.21% from 368); Max value from RGB is 159 - color contains mainly: blue. Hex color #359C9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359C9F is #CA6360. Grayscale: #7D7D7D. Windows color (decimal): -13263713 or 10460213. OLE color: 10460213.

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

Color convert

RGB53156159-
CMYK0.670.0200.38
HSL181.7º50%41.57%-
HSV(B)181.7º66.67%62.35%-
XYZ19.6127.0436.99-
YUV125.54146.8876.26-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.40%
GREEN value IS 156 (61.33% from 255) = 42.39%
BLUE value IS 159 (62.5% from 255) = 43.21%
R=14.40%
G=42.39%
B=43.21%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal531561590.670.0200.38181.75041.57
Hex359C9F432026b6322a
Octal6523423710320462666252
Binary1101011001110010011111100001110010011010110110110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,156,159); }

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

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

 a { background-color: rgb(53,156,159); }

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

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

 span { border-color: rgb(53,156,159); }

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