#35959d

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

Shades of Scooter #35959D

Tints of Scooter #35959D

Color information

#35959D (or 0x35959D) is unknown color: approx Scooter. HEX triplet: 35, 95 and 9D. RGB value is (53,149,157). Sum of RGB (Red+Green+Blue) = 53+149+157=359 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.76% from 359); Green value is 149 (58.59% from 255 or 41.50% from 359); Blue value is 157 (61.72% from 255 or 43.73% from 359); Max value from RGB is 157 - color contains mainly: blue. Hex color #35959D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35959D is #CA6A62. Grayscale: #797979. Windows color (decimal): -13265507 or 10327349. OLE color: 10327349.

HSL color Cylindrical-coordinate representation of color #35959D: hue angle of 184.62º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #35959D is Cyan = 0.66, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB53149157-
CMYK0.660.0500.38
HSL184.62º49.52%41.18%-
HSV(B)184.62º66.24%61.57%-
XYZ18.324.6935.7-
YUV121.21148.279.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.76%
GREEN value IS 149 (58.59% from 255) = 41.50%
BLUE value IS 157 (61.72% from 255) = 43.73%
R=14.76%
G=41.50%
B=43.73%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal531491570.660.0500.38184.6249.5241.18
Hex35959D425026b93229
Octal6522523510250462716251
Binary11010110010101100111011000010101010011010111001110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35959d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35959d; }

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

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

<style>
 a { background-color: #35959d; }

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

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

<style>
 span { border-color: #35959d; }

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

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