#36839D

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

Shades of Scooter #36839D

Tints of Scooter #36839D

Color information

#36839D (or 0x36839D) is unknown color: approx Scooter. HEX triplet: 36, 83 and 9D. RGB value is (54,131,157). Sum of RGB (Red+Green+Blue) = 54+131+157=342 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.79% from 342); Green value is 131 (51.56% from 255 or 38.30% from 342); Blue value is 157 (61.72% from 255 or 45.91% from 342); Max value from RGB is 157 - color contains mainly: blue. Hex color #36839D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36839D is #C97C62. Grayscale: #6E6E6E. Windows color (decimal): -13204579 or 10322742. OLE color: 10322742.

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

Color convert

RGB54131157-
CMYK0.660.1700.38
HSL195.15º48.82%41.37%-
HSV(B)195.15º65.61%61.57%-
XYZ15.7219.4534.82-
YUV110.94153.9987.39-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.79%
GREEN value IS 131 (51.56% from 255) = 38.30%
BLUE value IS 157 (61.72% from 255) = 45.91%
R=15.79%
G=38.30%
B=45.91%

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
Decimal541311570.660.1700.38195.1548.8241.37
Hex36839D4211026c33129
Octal66203235102210463036151
Binary1101101000001110011101100001010001010011011000011110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36839D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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