#35869E

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

Shades of Scooter #35869E

Tints of Scooter #35869E

Color information

#35869E (or 0x35869E) is unknown color: approx Scooter. HEX triplet: 35, 86 and 9E. RGB value is (53,134,158). Sum of RGB (Red+Green+Blue) = 53+134+158=345 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.36% from 345); Green value is 134 (52.73% from 255 or 38.84% from 345); Blue value is 158 (62.11% from 255 or 45.80% from 345); Max value from RGB is 158 - color contains mainly: blue. Hex color #35869E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35869E is #CA7961. Grayscale: #707070. Windows color (decimal): -13269346 or 10389045. OLE color: 10389045.

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

Color convert

RGB53134158-
CMYK0.660.1500.38
HSL193.71º49.76%41.37%-
HSV(B)193.71º66.46%61.96%-
XYZ16.1620.2835.41-
YUV112.52153.6685.55-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.36%
GREEN value IS 134 (52.73% from 255) = 38.84%
BLUE value IS 158 (62.11% from 255) = 45.80%
R=15.36%
G=38.84%
B=45.80%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal531341580.660.1500.38193.7149.7641.37
Hex35869E42F026c23229
Octal65206236102170463026251
Binary110101100001101001111010000101111010011011000010110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35869E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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