#35989e

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

Shades of Scooter #35989E

Tints of Scooter #35989E

Color information

#35989E (or 0x35989E) is unknown color: approx Scooter. HEX triplet: 35, 98 and 9E. RGB value is (53,152,158). Sum of RGB (Red+Green+Blue) = 53+152+158=363 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.60% from 363); Green value is 152 (59.77% from 255 or 41.87% from 363); Blue value is 158 (62.11% from 255 or 43.53% from 363); Max value from RGB is 158 - color contains mainly: blue. Hex color #35989E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35989E is #CA6761. Grayscale: #7A7A7A. Windows color (decimal): -13264738 or 10393653. OLE color: 10393653.

HSL color Cylindrical-coordinate representation of color #35989E: hue angle of 183.43º 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 #35989E is Cyan = 0.66, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB53152158-
CMYK0.660.0400.38
HSL183.43º49.76%41.37%-
HSV(B)183.43º66.46%61.96%-
XYZ18.8725.6836.31-
YUV123.08147.778.01-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.60%
GREEN value IS 152 (59.77% from 255) = 41.87%
BLUE value IS 158 (62.11% from 255) = 43.53%
R=14.60%
G=41.87%
B=43.53%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal531521580.660.0400.38183.4349.7641.37
Hex35989E424026b73229
Octal6523023610240462676251
Binary11010110011000100111101000010100010011010110111110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35989e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35989e; }

 p { color: rgb(53,152,158); }

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

<style>
 a { background-color: #35989e; }

 a { background-color: rgb(53,152,158); }

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

<style>
 span { border-color: #35989e; }

 span { border-color: rgb(53,152,158); }

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