#36829E

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

Shades of Scooter #36829E

Tints of Scooter #36829E

Color information

#36829E (or 0x36829E) is unknown color: approx Scooter. HEX triplet: 36, 82 and 9E. RGB value is (54,130,158). Sum of RGB (Red+Green+Blue) = 54+130+158=342 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.79% from 342); Green value is 130 (51.17% from 255 or 38.01% 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 #36829E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36829E is #C97D61. Grayscale: #6E6E6E. Windows color (decimal): -13204834 or 10388022. OLE color: 10388022.

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

Color convert

RGB54130158-
CMYK0.660.1800.38
HSL196.15º49.06%41.57%-
HSV(B)196.15º65.82%61.96%-
XYZ15.6819.2235.23-
YUV110.47154.8287.72-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.79%
GREEN value IS 130 (51.17% from 255) = 38.01%
BLUE value IS 158 (62.11% from 255) = 46.20%
R=15.79%
G=38.01%
B=46.20%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal541301580.660.1800.38196.1549.0641.57
Hex36829E4212026c4312a
Octal66202236102220463046152
Binary1101101000001010011110100001010010010011011000100110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36829E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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