#36839E

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

Shades of Scooter #36839E

Tints of Scooter #36839E

Color information

#36839E (or 0x36839E) is unknown color: approx Scooter. HEX triplet: 36, 83 and 9E. RGB value is (54,131,158). Sum of RGB (Red+Green+Blue) = 54+131+158=343 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.74% from 343); Green value is 131 (51.56% from 255 or 38.19% from 343); Blue value is 158 (62.11% from 255 or 46.06% from 343); Max value from RGB is 158 - color contains mainly: blue. Hex color #36839E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36839E is #C97C61. Grayscale: #6E6E6E. Windows color (decimal): -13204578 or 10388278. OLE color: 10388278.

HSL color Cylindrical-coordinate representation of color #36839E: hue angle of 195.58º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #36839E is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB54131158-
CMYK0.660.1700.38
HSL195.58º49.06%41.57%-
HSV(B)195.58º65.82%61.96%-
XYZ15.8119.4935.28-
YUV111.06154.4987.3-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.74%
GREEN value IS 131 (51.56% from 255) = 38.19%
BLUE value IS 158 (62.11% from 255) = 46.06%
R=15.74%
G=38.19%
B=46.06%

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
Decimal541311580.660.1700.38195.5849.0641.57
Hex36839E4211026c4312a
Octal66203236102210463046152
Binary1101101000001110011110100001010001010011011000100110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36839E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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