#36496D

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

Shades of Port Gore #36496D

Tints of Port Gore #36496D

Color information

#36496D (or 0x36496D) is unknown color: approx Port Gore. HEX triplet: 36, 49 and 6D. RGB value is (54,73,109). Sum of RGB (Red+Green+Blue) = 54+73+109=236 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.88% from 236); Green value is 73 (28.91% from 255 or 30.93% from 236); Blue value is 109 (42.97% from 255 or 46.19% from 236); Max value from RGB is 109 - color contains mainly: blue. Hex color #36496D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36496D is #C9B692. Grayscale: #474747. Windows color (decimal): -13219475 or 7162166. OLE color: 7162166.

HSL color Cylindrical-coordinate representation of color #36496D: hue angle of 219.27º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #36496D is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5473109-
CMYK0.500.3300.57
HSL219.27º33.74%31.96%-
HSV(B)219.27º50.46%42.75%-
XYZ6.666.6515.4-
YUV71.42149.21115.57-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.88%
GREEN value IS 73 (28.91% from 255) = 30.93%
BLUE value IS 109 (42.97% from 255) = 46.19%
R=22.88%
G=30.93%
B=46.19%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal54731090.500.3300.57219.2733.7431.96
Hex36496D3221039db2220
Octal6611115562410713334240
Binary11011010010011101101110010100001011100111011011100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36496D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,73,109); }

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

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

 a { background-color: rgb(54,73,109); }

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

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

 span { border-color: rgb(54,73,109); }

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