#36969B

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

Shades of Scooter #36969B

Tints of Scooter #36969B

Color information

#36969B (or 0x36969B) is unknown color: approx Scooter. HEX triplet: 36, 96 and 9B. RGB value is (54,150,155). Sum of RGB (Red+Green+Blue) = 54+150+155=359 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.04% from 359); Green value is 150 (58.98% from 255 or 41.78% from 359); Blue value is 155 (60.94% from 255 or 43.18% from 359); Max value from RGB is 155 - color contains mainly: blue. Hex color #36969B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36969B is #C96964. Grayscale: #797979. Windows color (decimal): -13199717 or 10196534. OLE color: 10196534.

HSL color Cylindrical-coordinate representation of color #36969B: hue angle of 182.97º 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 #36969B is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB54150155-
CMYK0.650.0300.39
HSL182.97º48.33%40.98%-
HSV(B)182.97º65.16%60.78%-
XYZ18.3424.9634.86-
YUV121.87146.779.59-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.04%
GREEN value IS 150 (58.98% from 255) = 41.78%
BLUE value IS 155 (60.94% from 255) = 43.18%
R=15.04%
G=41.78%
B=43.18%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal541501550.650.0300.39182.9748.3340.98
Hex36969B413027b73029
Octal6622623310130472676051
Binary1101101001011010011011100000111010011110110111110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36969B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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