#35989D

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

Shades of Scooter #35989D

Tints of Scooter #35989D

Color information

#35989D (or 0x35989D) is unknown color: approx Scooter. HEX triplet: 35, 98 and 9D. RGB value is (53,152,157). Sum of RGB (Red+Green+Blue) = 53+152+157=362 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.64% from 362); Green value is 152 (59.77% from 255 or 41.99% from 362); Blue value is 157 (61.72% from 255 or 43.37% from 362); Max value from RGB is 157 - color contains mainly: blue. Hex color #35989D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35989D is #CA6762. Grayscale: #7A7A7A. Windows color (decimal): -13264739 or 10328117. OLE color: 10328117.

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

Color convert

RGB53152157-
CMYK0.660.0300.38
HSL182.88º49.52%41.18%-
HSV(B)182.88º66.24%61.57%-
XYZ18.7825.6535.86-
YUV122.97147.278.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.64%
GREEN value IS 152 (59.77% from 255) = 41.99%
BLUE value IS 157 (61.72% from 255) = 43.37%
R=14.64%
G=41.99%
B=43.37%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal531521570.660.0300.38182.8849.5241.18
Hex35989D423026b73229
Octal6523023510230462676251
Binary1101011001100010011101100001011010011010110111110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35989D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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