#35939A

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

Shades of Scooter #35939A

Tints of Scooter #35939A

Color information

#35939A (or 0x35939A) is unknown color: approx Scooter. HEX triplet: 35, 93 and 9A. RGB value is (53,147,154). Sum of RGB (Red+Green+Blue) = 53+147+154=354 (46% of max value = 765). Red value is 53 (21.09% from 255 or 14.97% from 354); Green value is 147 (57.81% from 255 or 41.53% from 354); Blue value is 154 (60.55% from 255 or 43.50% from 354); Max value from RGB is 154 - color contains mainly: blue. Hex color #35939A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35939A is #CA6C65. Grayscale: #777777. Windows color (decimal): -13266022 or 10130229. OLE color: 10130229.

HSL color Cylindrical-coordinate representation of color #35939A: hue angle of 184.16º 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 #35939A is Cyan = 0.66, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB53147154-
CMYK0.660.0500.40
HSL184.16º48.79%40.59%-
HSV(B)184.16º65.58%60.39%-
XYZ17.7323.9634.26-
YUV119.69147.3680.43-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.97%
GREEN value IS 147 (57.81% from 255) = 41.53%
BLUE value IS 154 (60.55% from 255) = 43.50%
R=14.97%
G=41.53%
B=43.50%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal531471540.660.0500.40184.1648.7940.59
Hex35939A425028b83129
Octal6522323210250502706151
Binary11010110010011100110101000010101010100010111000110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35939A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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