#36496E

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

Shades of Port Gore #36496E

Tints of Port Gore #36496E

Color information

#36496E (or 0x36496E) is unknown color: approx Port Gore. HEX triplet: 36, 49 and 6E. RGB value is (54,73,110). Sum of RGB (Red+Green+Blue) = 54+73+110=237 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.78% from 237); Green value is 73 (28.91% from 255 or 30.80% from 237); Blue value is 110 (43.36% from 255 or 46.41% from 237); Max value from RGB is 110 - color contains mainly: blue. Hex color #36496E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36496E is #C9B691. Grayscale: #474747. Windows color (decimal): -13219474 or 7227702. OLE color: 7227702.

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

Color convert

RGB5473110-
CMYK0.510.3400.57
HSL219.64º34.15%32.16%-
HSV(B)219.64º50.91%43.14%-
XYZ6.726.6815.69-
YUV71.54149.71115.49-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.78%
GREEN value IS 73 (28.91% from 255) = 30.80%
BLUE value IS 110 (43.36% from 255) = 46.41%
R=22.78%
G=30.80%
B=46.41%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal54731100.510.3400.57219.6434.1532.16
Hex36496E3322039dc2220
Octal6611115663420713344240
Binary11011010010011101110110011100010011100111011100100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36496E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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