#35959B

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

Shades of Scooter #35959B

Tints of Scooter #35959B

Color information

#35959B (or 0x35959B) is unknown color: approx Scooter. HEX triplet: 35, 95 and 9B. RGB value is (53,149,155). Sum of RGB (Red+Green+Blue) = 53+149+155=357 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.85% from 357); Green value is 149 (58.59% from 255 or 41.74% from 357); Blue value is 155 (60.94% from 255 or 43.42% from 357); Max value from RGB is 155 - color contains mainly: blue. Hex color #35959B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35959B is #CA6A64. Grayscale: #787878. Windows color (decimal): -13265509 or 10196277. OLE color: 10196277.

HSL color Cylindrical-coordinate representation of color #35959B: hue angle of 183.53º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #35959B is Cyan = 0.66, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB53149155-
CMYK0.660.0400.39
HSL183.53º49.04%40.78%-
HSV(B)183.53º65.81%60.78%-
XYZ18.1324.6234.81-
YUV120.98147.279.51-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.85%
GREEN value IS 149 (58.59% from 255) = 41.74%
BLUE value IS 155 (60.94% from 255) = 43.42%
R=14.85%
G=41.74%
B=43.42%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal531491550.660.0400.39183.5349.0440.78
Hex35959B424027b83129
Octal6522523310240472706151
Binary11010110010101100110111000010100010011110111000110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35959B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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