#36406E

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

Shades of Port Gore #36406E

Tints of Port Gore #36406E

Color information

#36406E (or 0x36406E) is unknown color: approx Port Gore. HEX triplet: 36, 40 and 6E. RGB value is (54,64,110). Sum of RGB (Red+Green+Blue) = 54+64+110=228 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.68% from 228); Green value is 64 (25.39% from 255 or 28.07% from 228); Blue value is 110 (43.36% from 255 or 48.25% from 228); Max value from RGB is 110 - color contains mainly: blue. Hex color #36406E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36406E is #C9BF91. Grayscale: #424242. Windows color (decimal): -13221778 or 7225398. OLE color: 7225398.

HSL color Cylindrical-coordinate representation of color #36406E: hue angle of 229.29º 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 #36406E is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5464110-
CMYK0.510.4200.57
HSL229.29º34.15%32.16%-
HSV(B)229.29º50.91%43.14%-
XYZ6.175.5815.5-
YUV66.25152.69119.26-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.68%
GREEN value IS 64 (25.39% from 255) = 28.07%
BLUE value IS 110 (43.36% from 255) = 48.25%
R=23.68%
G=28.07%
B=48.25%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal54641100.510.4200.57229.2934.1532.16
Hex36406E332A039e52220
Octal6610015663520713454240
Binary11011010000001101110110011101010011100111100101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36406E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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