#36466C

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

Shades of Port Gore #36466C

Tints of Port Gore #36466C

Color information

#36466C (or 0x36466C) is unknown color: approx Port Gore. HEX triplet: 36, 46 and 6C. RGB value is (54,70,108). Sum of RGB (Red+Green+Blue) = 54+70+108=232 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.28% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 108 (42.58% from 255 or 46.55% from 232); Max value from RGB is 108 - color contains mainly: blue. Hex color #36466C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36466C is #C9B993. Grayscale: #454545. Windows color (decimal): -13220244 or 7095862. OLE color: 7095862.

HSL color Cylindrical-coordinate representation of color #36466C: hue angle of 222.22º 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 #36466C is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5470108-
CMYK0.500.3500.58
HSL222.22º33.33%31.76%-
HSV(B)222.22º50%42.35%-
XYZ6.426.2515.05-
YUV69.55149.7116.91-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.28%
GREEN value IS 70 (27.73% from 255) = 30.17%
BLUE value IS 108 (42.58% from 255) = 46.55%
R=23.28%
G=30.17%
B=46.55%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal54701080.500.3500.58222.2233.3331.76
Hex36466C322303Ade2120
Octal6610615462430723364140
Binary11011010001101101100110010100011011101011011110100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36466C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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