#36406C

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

Shades of Port Gore #36406C

Tints of Port Gore #36406C

Color information

#36406C (or 0x36406C) is unknown color: approx Port Gore. HEX triplet: 36, 40 and 6C. RGB value is (54,64,108). Sum of RGB (Red+Green+Blue) = 54+64+108=226 (29% of max value = 765). Red value is 54 (21.48% from 255 or 23.89% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 108 (42.58% from 255 or 47.79% from 226); Max value from RGB is 108 - color contains mainly: blue. Hex color #36406C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36406C is #C9BF93. Grayscale: #414141. Windows color (decimal): -13221780 or 7094326. OLE color: 7094326.

HSL color Cylindrical-coordinate representation of color #36406C: hue angle of 228.89º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #36406C is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5464108-
CMYK0.500.4100.58
HSL228.89º33.33%31.76%-
HSV(B)228.89º50%42.35%-
XYZ6.065.5314.94-
YUV66.03151.69119.42-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.89%
GREEN value IS 64 (25.39% from 255) = 28.32%
BLUE value IS 108 (42.58% from 255) = 47.79%
R=23.89%
G=28.32%
B=47.79%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal54641080.500.4100.58228.8933.3331.76
Hex36406C322903Ae52120
Octal6610015462510723454140
Binary11011010000001101100110010101001011101011100101100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36406C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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