#35889E

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

Shades of Scooter #35889E

Tints of Scooter #35889E

Color information

#35889E (or 0x35889E) is unknown color: approx Scooter. HEX triplet: 35, 88 and 9E. RGB value is (53,136,158). Sum of RGB (Red+Green+Blue) = 53+136+158=347 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.27% from 347); Green value is 136 (53.52% from 255 or 39.19% from 347); Blue value is 158 (62.11% from 255 or 45.53% from 347); Max value from RGB is 158 - color contains mainly: blue. Hex color #35889E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35889E is #CA7761. Grayscale: #717171. Windows color (decimal): -13268834 or 10389557. OLE color: 10389557.

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

Color convert

RGB53136158-
CMYK0.660.1400.38
HSL192.57º49.76%41.37%-
HSV(B)192.57º66.46%61.96%-
XYZ16.4420.8335.5-
YUV113.6915384.71-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.27%
GREEN value IS 136 (53.52% from 255) = 39.19%
BLUE value IS 158 (62.11% from 255) = 45.53%
R=15.27%
G=39.19%
B=45.53%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal531361580.660.1400.38192.5749.7641.37
Hex35889E42E026c13229
Octal65210236102160463016251
Binary110101100010001001111010000101110010011011000001110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35889E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35889E; }

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

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

<style>
 a { background-color: #35889E; }

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

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

<style>
 span { border-color: #35889E; }

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

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