#36969d

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

Shades of Scooter #36969D

Tints of Scooter #36969D

Color information

#36969D (or 0x36969D) is unknown color: approx Scooter. HEX triplet: 36, 96 and 9D. RGB value is (54,150,157). Sum of RGB (Red+Green+Blue) = 54+150+157=361 (47% of max value = 765). Red value is 54 (21.48% from 255 or 14.96% from 361); Green value is 150 (58.98% from 255 or 41.55% from 361); Blue value is 157 (61.72% from 255 or 43.49% from 361); Max value from RGB is 157 - color contains mainly: blue. Hex color #36969D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36969D is #C96962. Grayscale: #797979. Windows color (decimal): -13199715 or 10327606. OLE color: 10327606.

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

Color convert

RGB54150157-
CMYK0.660.0400.38
HSL184.08º48.82%41.37%-
HSV(B)184.08º65.61%61.57%-
XYZ18.5125.0335.75-
YUV122.09147.779.43-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.96%
GREEN value IS 150 (58.98% from 255) = 41.55%
BLUE value IS 157 (61.72% from 255) = 43.49%
R=14.96%
G=41.55%
B=43.49%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal541501570.660.0400.38184.0848.8241.37
Hex36969D424026b83129
Octal6622623510240462706151
Binary11011010010110100111011000010100010011010111000110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36969d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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