#35839E

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

Shades of Scooter #35839E

Tints of Scooter #35839E

Color information

#35839E (or 0x35839E) is unknown color: approx Scooter. HEX triplet: 35, 83 and 9E. RGB value is (53,131,158). Sum of RGB (Red+Green+Blue) = 53+131+158=342 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.50% from 342); Green value is 131 (51.56% from 255 or 38.30% from 342); Blue value is 158 (62.11% from 255 or 46.20% from 342); Max value from RGB is 158 - color contains mainly: blue. Hex color #35839E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35839E is #CA7C61. Grayscale: #6E6E6E. Windows color (decimal): -13270114 or 10388277. OLE color: 10388277.

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

Color convert

RGB53131158-
CMYK0.660.1700.38
HSL195.43º49.76%41.37%-
HSV(B)195.43º66.46%61.96%-
XYZ15.7619.4635.27-
YUV110.76154.6686.8-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.50%
GREEN value IS 131 (51.56% from 255) = 38.30%
BLUE value IS 158 (62.11% from 255) = 46.20%
R=15.50%
G=38.30%
B=46.20%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal531311580.660.1700.38195.4349.7641.37
Hex35839E4211026c33229
Octal65203236102210463036251
Binary1101011000001110011110100001010001010011011000011110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35839E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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