#35979D

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

Shades of Scooter #35979D

Tints of Scooter #35979D

Color information

#35979D (or 0x35979D) is unknown color: approx Scooter. HEX triplet: 35, 97 and 9D. RGB value is (53,151,157). Sum of RGB (Red+Green+Blue) = 53+151+157=361 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.68% from 361); Green value is 151 (59.38% from 255 or 41.83% from 361); Blue value is 157 (61.72% from 255 or 43.49% from 361); Max value from RGB is 157 - color contains mainly: blue. Hex color #35979D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35979D is #CA6862. Grayscale: #7A7A7A. Windows color (decimal): -13264995 or 10327861. OLE color: 10327861.

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

Color convert

RGB53151157-
CMYK0.660.0400.38
HSL183.46º49.52%41.18%-
HSV(B)183.46º66.24%61.57%-
XYZ18.6225.3235.8-
YUV122.38147.5378.51-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.68%
GREEN value IS 151 (59.38% from 255) = 41.83%
BLUE value IS 157 (61.72% from 255) = 43.49%
R=14.68%
G=41.83%
B=43.49%

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
Decimal531511570.660.0400.38183.4649.5241.18
Hex35979D424026b73229
Octal6522723510240462676251
Binary11010110010111100111011000010100010011010110111110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35979D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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