#35959A

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

Shades of Scooter #35959A

Tints of Scooter #35959A

Color information

#35959A (or 0x35959A) is unknown color: approx Scooter. HEX triplet: 35, 95 and 9A. RGB value is (53,149,154). Sum of RGB (Red+Green+Blue) = 53+149+154=356 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.89% from 356); Green value is 149 (58.59% from 255 or 41.85% from 356); Blue value is 154 (60.55% from 255 or 43.26% from 356); Max value from RGB is 154 - color contains mainly: blue. Hex color #35959A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35959A is #CA6A65. Grayscale: #787878. Windows color (decimal): -13265510 or 10130741. OLE color: 10130741.

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

Color convert

RGB53149154-
CMYK0.660.0300.40
HSL182.97º48.79%40.59%-
HSV(B)182.97º65.58%60.39%-
XYZ18.0524.5834.37-
YUV120.87146.779.59-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.89%
GREEN value IS 149 (58.59% from 255) = 41.85%
BLUE value IS 154 (60.55% from 255) = 43.26%
R=14.89%
G=41.85%
B=43.26%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal531491540.660.0300.40182.9748.7940.59
Hex35959A423028b73129
Octal6522523210230502676151
Binary1101011001010110011010100001011010100010110111110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35959A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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