#36809B

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

Shades of Scooter #36809B

Tints of Scooter #36809B

Color information

#36809B (or 0x36809B) is unknown color: approx Scooter. HEX triplet: 36, 80 and 9B. RGB value is (54,128,155). Sum of RGB (Red+Green+Blue) = 54+128+155=337 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.02% from 337); Green value is 128 (50.39% from 255 or 37.98% from 337); Blue value is 155 (60.94% from 255 or 45.99% from 337); Max value from RGB is 155 - color contains mainly: blue. Hex color #36809B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36809B is #C97F64. Grayscale: #6C6C6C. Windows color (decimal): -13205349 or 10190902. OLE color: 10190902.

HSL color Cylindrical-coordinate representation of color #36809B: hue angle of 196.04º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #36809B is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB54128155-
CMYK0.650.1700.39
HSL196.04º48.33%40.98%-
HSV(B)196.04º65.16%60.78%-
XYZ15.1618.5933.8-
YUV108.95153.9888.8-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.02%
GREEN value IS 128 (50.39% from 255) = 37.98%
BLUE value IS 155 (60.94% from 255) = 45.99%
R=16.02%
G=37.98%
B=45.99%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal541281550.650.1700.39196.0448.3340.98
Hex36809B4111027c43029
Octal66200233101210473046051
Binary1101101000000010011011100000110001010011111000100110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36809B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36809B; }

 p { color: rgb(54,128,155); }

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

<style>
 a { background-color: #36809B; }

 a { background-color: rgb(54,128,155); }

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

<style>
 span { border-color: #36809B; }

 span { border-color: rgb(54,128,155); }

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